We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1703d commit 4855d7eCopy full SHA for 4855d7e
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -216,6 +216,8 @@ endif
216
217
ifeq ($(PORTNAME), cygwin)
218
shlib = $(NAME)$(DLSUFFIX)
219
+ # needed for /contrib modules, not sure why
220
+ SHLIB_LINK += -lpgport
221
endif
222
223
ifeq ($(PORTNAME), win32)
0 commit comments