mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Comment out LD_ADD and DPADD
This commit is contained in:
parent
a514dded2a
commit
f413385f07
@ -7,14 +7,14 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.12 1996/11/26 07:37:54 bryanh Exp $
|
||||
# $Header: /cvsroot/pgsql/src/bin/Attic/Makefile.global,v 1.13 1997/01/15 05:58:47 scrappy Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
LIBPQDIR:= $(SRCDIR)/libpq
|
||||
|
||||
LD_ADD+= -L$(SRCDIR)/libpq -lpq
|
||||
DPADD+= -L$(SRCDIR)/libpq -lpq
|
||||
#LD_ADD+= -L$(SRCDIR)/libpq -lpq
|
||||
#DPADD+= -L$(SRCDIR)/libpq -lpq
|
||||
|
||||
#
|
||||
# And where libpq goes, so goes the authentication stuff...
|
||||
|
Loading…
Reference in New Issue
Block a user