Commit 86b55452 authored by Tom Lane's avatar Tom Lane

Adjust SHLIB_LINK for cygwin case.

Reini Urban
parent c47fc6d0
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California # Copyright (c) 1998, Regents of the University of California
# #
# IDENTIFICATION # 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 ...@@ -219,7 +219,7 @@ endif
ifeq ($(PORTNAME), cygwin) ifeq ($(PORTNAME), cygwin)
shlib = $(NAME)$(DLSUFFIX) shlib = $(NAME)$(DLSUFFIX)
# needed for /contrib modules, not sure why # needed for /contrib modules, not sure why
SHLIB_LINK += -lpgport SHLIB_LINK += $(LIBS)
haslibarule = yes haslibarule = yes
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment