We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47fc6d commit 86b5545Copy full SHA for 86b5545
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.87 2004/11/16 21:51:13 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.88 2004/11/17 17:08:15 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -219,7 +219,7 @@ endif
219
ifeq ($(PORTNAME), cygwin)
220
shlib = $(NAME)$(DLSUFFIX)
221
# needed for /contrib modules, not sure why
222
- SHLIB_LINK += -lpgport
+ SHLIB_LINK += $(LIBS)
223
haslibarule = yes
224
endif
225
0 commit comments