Thread
-
Re: BUG #19095: Test if function exit() is used fail when linked static
Peter Eisentraut <peter@eisentraut.org> — 2025-12-09T06:10:09Z
On 09.12.25 05:16, Michael Paquier wrote: > Then applied the result as 4a8e6f43a6b5. Running the check for meson > may bring some surprises, but we'll see. The buildfarm looks OK for > the moment. Once we are completely in the clear, let's move on with > the second patch. meson gives this warning now: ../src/meson.build:31: WARNING: The variable(s) 'NM' in the input file 'src/Makefile.global.in' are not present in the given configuration data. Looks like a small addition on src/makefiles/meson.build would fix it.