meson: macos: Use -Wl,-undefined,error for modules
authorAndres Freund <andres@anarazel.de>
Sun, 16 Oct 2022 00:00:27 +0000 (17:00 -0700)
committerAndres Freund <andres@anarazel.de>
Sun, 16 Oct 2022 00:02:32 +0000 (17:02 -0700)
commit9a95a510adf37fa73076647ac13286c8100dd1aa
tree11c671ad35d8cc1dc7a135ee9747771233c07f8e
parent57bab33302d4cdd8d48f91382aac912d7f07de59
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
meson.build