Re: Strip -mmacosx-version-min options from plperl build - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Strip -mmacosx-version-min options from plperl build
Date
Msg-id 5e43f462-17ef-f6d0-5b5d-4aca7530292b@dunslane.net
Whole thread Raw
In response to Re: Strip -mmacosx-version-min options from plperl build  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15
Next
From: Nikita Glukhov
Date:
Subject: Re: SQL/JSON features for v15