diff options
| author | Tom Lane | 2004-11-17 17:08:15 +0000 |
|---|---|---|
| committer | Tom Lane | 2004-11-17 17:08:15 +0000 |
| commit | 86b5545260be00aa2205b7b5d2266a6259b3770d (patch) | |
| tree | bd04fd994293a2872bc6633f5123f444f4dcabe2 /src/Makefile.shlib | |
| parent | c47fc6d0506ed14a278596c5756e0d0e29f1ca7c (diff) | |
Adjust SHLIB_LINK for cygwin case.
Reini Urban
Diffstat (limited to 'src/Makefile.shlib')
| -rw-r--r-- | src/Makefile.shlib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib index 274e11fcb4..1890182c80 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -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 |
