aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1996-10-25 09:22:30 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1996-10-25 09:22:30 +0000
commite18d49d82a268694b45394535ca4e9453b21c31e (patch)
treece2ea739fc28ef8067509826a5ed07ddd9a68120 /src
parentec86e4b95b21b6ff29d35fc8814e6e828a28febd (diff)
downloadpostgresql-e18d49d82a268694b45394535ca4e9453b21c31e.tar.gz
postgresql-e18d49d82a268694b45394535ca4e9453b21c31e.zip
Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 7523e59e14a..0fc6b041bb8 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.7 1996/09/25 19:37:31 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.8 1996/10/25 09:22:30 bryanh Exp $
#
#-------------------------------------------------------------------------
@@ -19,6 +19,8 @@ CFLAGS+= -I../backend/include \
-I../backend \
-I. \
+CFLAGS+= -DPOSTPORT='"$(POSTPORT)"'
+
ifdef KRBVERS
CFLAGS+= $(KRBFLAGS)
endif