Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be27a20

Browse files
committed
Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier
fixed the contrib library inclusions properly.
1 parent 7117cd3 commit be27a20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Makefile.shlib

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.96 2005/08/07 19:02:08 tgl Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.97 2005/08/08 03:35:13 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -235,8 +235,6 @@ endif
235235

236236
ifeq ($(PORTNAME), cygwin)
237237
shlib = cyg$(NAME)$(DLSUFFIX)
238-
# needed for /contrib modules, not sure why
239-
SHLIB_LINK += $(LIBS)
240238
haslibarule = yes
241239
endif
242240

0 commit comments

Comments
 (0)