Re: [PATCHES] HEAD doesn't cope with libraries in non-default - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: [PATCHES] HEAD doesn't cope with libraries in non-default
Date
Msg-id 20050705221340.GF49841@decibel.org
Whole thread Raw
In response to Re: [PATCHES] HEAD doesn't cope with libraries in non-default  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [PATCHES] HEAD doesn't cope with libraries in non-default  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Tue, Jul 05, 2005 at 10:09:19PM +0200, Peter Eisentraut wrote:
> I wrote:
> > So either we code up some intelligence to put the "C" in the right
> > position or we have to pass down "A B" and "D" separately from the
> > main makefile.
> 
> The following patch might just do the former.  Please try it out.
> 
> 
> diff -ur ../cvs-pgsql/src/Makefile.shlib ./src/Makefile.shlib
> --- ../cvs-pgsql/src/Makefile.shlib     2005-07-04 16:32:57.000000000 +0200
> +++ ./src/Makefile.shlib        2005-07-05 22:02:10.556162778 +0200
> @@ -240,7 +240,7 @@
>    SHLIB_LINK           += -ltermcap -lstdc++.r4 -lbind -lsocket -L/boot/develop/lib/x86
>  endif
> 
> -SHLIB_LINK := $(filter -L%, $(LDFLAGS)) $(SHLIB_LINK)
> +SHLIB_LINK := $(filter -L%, $(SHLIB_LINK)) $(filter -L%, $(LDFLAGS)) $(filter-out -L%, $(SHLIB_LINK))
>  ifeq ($(enable_rpath), yes)
>  SHLIB_LINK += $(rpath)
>  endif

Worked on platypus:
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=platypus&dt=2005-07-05%2022:03:35
-- 
Jim C. Nasby, Database Consultant               decibel@decibel.org 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"


pgsql-hackers by date:

Previous
From: Jochem van Dieten
Date:
Subject: Re: Constraint Exclusion (Partitioning)
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Dbsize backend integration