Re: contrib/tsearch2 missing LIBS
Tom Lane <[email protected]> Wed, 17 Nov 2004 12:08:37 -0500
| Newsgroups | gmane.comp.db.postgresql.devel.patches,gmane.comp.db.postgresql.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Reini Urban <[email protected]> writes: > my solution: > --- postgresql-8.0.0beta4/src/Makefile.shlib.orig 2004-10-16 > 04:26:43.000000000 +0100 > +++ postgresql-8.0.0beta4/src/Makefile.shlib 2004-10-27 > 13:21:19.184875000 +0100 > @@ -219,7 +219,7 @@ > ifeq ($(PORTNAME), cygwin) > shlib = $(NAME)$(DLSUFFIX) > # needed for /contrib modules, not sure why > - SHLIB_LINK += -lpgport > + SHLIB_LINK += $(LIBS) > endif > ifeq ($(PORTNAME), win32) Applied. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org