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

Commit 4855d7e

Browse files
committed
Allow compiles for Cygwin /contrib modules.
Reini Urban
1 parent ae1703d commit 4855d7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Makefile.shlib

+3-1
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.83 2004/10/13 09:51:47 momjian Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.84 2004/10/13 10:20:04 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -216,6 +216,8 @@ endif
216216

217217
ifeq ($(PORTNAME), cygwin)
218218
shlib = $(NAME)$(DLSUFFIX)
219+
# needed for /contrib modules, not sure why
220+
SHLIB_LINK += -lpgport
219221
endif
220222

221223
ifeq ($(PORTNAME), win32)

0 commit comments

Comments
 (0)