summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-10-13 10:20:04 +0000
committerBruce Momjian2004-10-13 10:20:04 +0000
commit4855d7ebe450bf14920d935c4fcf7ba49bb98a93 (patch)
tree6089dd742beeb83a8d0f2f7ac2a71e80c133069f
parentae1703d8975adbc0bc07046c7c679bbcd513e889 (diff)
Allow compiles for Cygwin /contrib modules.
Reini Urban
-rw-r--r--src/Makefile.shlib4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index dcc702f5a71..ac263bb8605 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.83 2004/10/13 09:51:47 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.84 2004/10/13 10:20:04 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -216,6 +216,8 @@ endif
ifeq ($(PORTNAME), cygwin)
shlib = $(NAME)$(DLSUFFIX)
+ # needed for /contrib modules, not sure why
+ SHLIB_LINK += -lpgport
endif
ifeq ($(PORTNAME), win32)