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

From Tom Lane
Subject Re: Strip -mmacosx-version-min options from plperl build
Date
Msg-id 2015012.1661544031@sss.pgh.pa.us
Whole thread Raw
In response to Re: Strip -mmacosx-version-min options from plperl build  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Strip -mmacosx-version-min options from plperl build
Re: Strip -mmacosx-version-min options from plperl build
List pgsql-hackers
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.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Strip -mmacosx-version-min options from plperl build
Next
From: Justin Pryzby
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15