Re: pltlc and pltlcu problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pltlc and pltlcu problems
Дата
Msg-id 7032.1011572210@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pltlc and pltlcu problems  (Brent Verner <brent@rcfile.org>)
Ответы Re: pltlc and pltlcu problems
pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)
Список pgsql-hackers
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[^ ]*//'
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Brent Verner
Дата:
Сообщение: Re: pltlc and pltlcu problems
Следующее
От: Brent Verner
Дата:
Сообщение: Re: pltlc and pltlcu problems