Re: Strip -mmacosx-version-min options from plperl build

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Strip -mmacosx-version-min options from plperl build
Дата
Msg-id 5e43f462-17ef-f6d0-5b5d-4aca7530292b@dunslane.net
обсуждение исходный текст
Ответ на Re: Strip -mmacosx-version-min options from plperl build  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2022-08-26 Fr 16:00, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 2022-08-26 Fr 12:11, Tom Lane wrote:
>>> And if that doesn't help, try -Wl,--export-all-symbols
>> worked
> Hmph.  Hard to see how that isn't a linker bug.  As a stopgap
> to get the farm green again, I propose adding something like
>
> ifeq ($(PORTNAME), cygwin)
> SHLIB_LINK += -Wl,--export-all-symbols
> endif
>
> to plperl's makefile.
>
>             


+1


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Add 64-bit XIDs into PostgreSQL 15
Следующее
От: Nikita Glukhov
Дата:
Сообщение: Re: SQL/JSON features for v15