From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Reini Urban <rurban(at)x-ray(dot)at> |
Cc: | pgsql-patches <pgsql-patches(at)postgresql(dot)org>, pgsql-cygwin(at)postgresql(dot)org |
Subject: | Re: [PATCHES] contrib/tsearch2 missing LIBS |
Date: | 2004-11-17 17:08:37 |
Message-ID: | 21408.1100711317@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin pgsql-patches |
Reini Urban <rurban(at)x-ray(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2004-11-19 19:39:03 | Beta5 Scheduale |
Previous Message | Jason Tishler | 2004-11-16 12:37:00 | Re: 7.4.5 FAQ_MSWIN still refers to ipc-daemon2 |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-11-17 17:16:25 | Re: pgxs patch for win32 (v2) |
Previous Message | Tom Lane | 2004-11-17 16:54:53 | Re: pg_autovacuum vacuum cost variables patch v2 |