quick fix to src/bin/Makefile.global so that compiling doesn't look for a
libpq that is already installed... submitted by: Bruce Momjian (root@candle.pha.pa.us)
This commit is contained in:
parent
df43edcf45
commit
435d32cd25
@ -7,18 +7,16 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.3 1996/07/19 06:47:51 scrappy Exp $
|
||||
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.4 1996/07/22 04:51:05 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
CFLAGS+= -I$(srcdir)/backend -I$(srcdir)/backend/include -I$(srcdir)/libpq
|
||||
|
||||
#
|
||||
# try locating libpq.a in the following places
|
||||
# Almost all (all?) the C programs in this directory
|
||||
# link with libpq, so we put it here.
|
||||
#
|
||||
LIBPQ:= -L$(srcdir)/libpq/$(objdir) -L$(LIBDIR) -lpq
|
||||
LIBPQ:= -L$(srcdir)/libpq/$(objdir) -lpq
|
||||
|
||||
LD_ADD+= $(LIBPQ)
|
||||
DPADD+= $(LIBPQ)
|
||||
|
Loading…
x
Reference in New Issue
Block a user