OSDN Git Service

Adjust SHLIB_LINK for cygwin case.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Nov 2004 17:08:15 +0000 (17:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Nov 2004 17:08:15 +0000 (17:08 +0000)
Reini Urban

src/Makefile.shlib

index 274e11f..1890182 100644 (file)
@@ -6,7 +6,7 @@
 # Copyright (c) 1998, Regents of the University of California
 #
 # IDENTIFICATION
-#    $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 $
 #
 #-------------------------------------------------------------------------
 
@@ -219,7 +219,7 @@ endif
 ifeq ($(PORTNAME), cygwin)
   shlib                        = $(NAME)$(DLSUFFIX)
   # needed for /contrib modules, not sure why
-  SHLIB_LINK           += -lpgport
+  SHLIB_LINK           += $(LIBS)
   haslibarule   = yes
 endif