Re: BUG #19095: Test if function exit() is used fail when linked static
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Michael Paquier <michael@paquier.xyz>, VASUKI M <vasukim1992002@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, Tom Lane <tgl@sss.pgh.pa.us>,
BharatDB <bharatdbpg@gmail.com>, torsten.rupp@gmx.net,
pgsql-bugs@lists.postgresql.org, byavuz81@gmail.com
Date: 2025-12-09T06:10:09Z
Lists: pgsql-bugs, pgsql-hackers
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.