From: | Brent Verner <brent(at)rcfile(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Murray Prior Hobbs <murray(at)efone(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pltlc and pltlcu problems |
Date: | 2002-01-21 00:31:21 |
Message-ID: | 20020120193121.A12590@rcfile.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-sql |
[2002-01-20 19:16] Tom Lane said:
| Brent Verner <brent(at)rcfile(dot)org> writes:
| > It seems that substvar operates on each " " separated token in the
| > string. The following works for me.
|
| > override TCL_SHLIB_LD := $(shell echo $(TCL_SHLIB_LD) | sed 's/-Wl,-soname.*//')
|
| I suspect that the above works only because -Wl,-soname is the last
| switch in TCL_SHLIB_LD; any following switches would be removed too.
| Perhaps better
|
| override TCL_SHLIB_LD := $(shell echo $(TCL_SHLIB_LD) | sed 's/-Wl,-soname[^ ]*//'
Yes, much better.
cheers.
brent
--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-21 03:03:54 | Re: pltlc and pltlcu problems |
Previous Message | Tom Lane | 2002-01-21 00:16:50 | Re: pltlc and pltlcu problems |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-21 03:03:54 | Re: pltlc and pltlcu problems |
Previous Message | Tom Lane | 2002-01-21 00:16:50 | Re: pltlc and pltlcu problems |