Re: contrib/tsearch2 missing LIBS - Mailing list pgsql-patches

From Tom Lane
Subject Re: contrib/tsearch2 missing LIBS
Date
Msg-id 21408.1100711317@sss.pgh.pa.us
Whole thread Raw
In response to contrib/tsearch2 missing LIBS  (Reini Urban <rurban@x-ray.at>)
List pgsql-patches
Reini Urban <rurban@x-ray.at> 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_autovacuum vacuum cost variables patch v2
Next
From: Tom Lane
Date:
Subject: Re: pgxs patch for win32 (v2)