Re: pltlc and pltlcu problems
Brent Verner <brent@rcfile.org>
From: Brent Verner <brent@rcfile.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter_e@gmx.net>, Murray Prior Hobbs <murray@efone.com>, Lamar Owen <lamar.owen@wgcr.org>, pgsql-hackers@postgresql.org
Date: 2002-01-21T00:31:21Z
Lists: pgsql-hackers
[2002-01-20 19:16] Tom Lane said: | Brent Verner <brent@rcfile.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