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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: macos: Use -Wl,-undefined,error for modules
Date: 2022-10-16 00:03:49
Message-ID: E1ojr88-002YA0-Rv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-10-16 15:48:01 pgsql: Use libc's snprintf, not sprintf, for special cases in snprintf.
Previous Message Andres Freund 2022-10-15 20:04:41 pgsql: meson: catch up to a few configure changes