pgsql: meson: macos: Use -Wl,-undefined,error for modules - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: macos: Use -Wl,-undefined,error for modules
Date
Msg-id E1ojr88-002YA0-Rv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: macos: Use -Wl,-undefined,error for modules

meson defaults to -Wl,-undefined,dynamic_lookup for modules, which we don't
want because a) it's different from what we do for autoconf, b) it causes
warnings starting in macOS Ventura.

Discussion: https://postgr.es/m/20221015211955.q4cwbsfkyk3c4ty3@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9a95a510adf37fa73076647ac13286c8100dd1aa

Modified Files
--------------
meson.build | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: catch up to a few configure changes
Next
From: Tom Lane
Date:
Subject: pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf.