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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

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