pgsql: Improve meson's detection of perl build flags - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Improve meson's detection of perl build flags
Date
Msg-id E1spTu9-0015Xj-Gp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve meson's detection of perl build flags

The current method of detecting perl build flags breaks if the path to
perl contains a space. This change makes two improvements. First,
instead of getting a list of ldflags and ccdlflags and then trying to
filter those out of the reported ldopts, we tell perl to suppress
reporting those in the first instance. Second, it tells perl to parse
those and output them, one per line. Thus any space on the option in a
file name, for example, is preserved.

Issue reported off-list by Muralikrishna Bandaru

Discussion: https://postgr.es/01117f88-f465-bf6c-9362-083bd72ca305@dunslane.net

Backpatch to release 16.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76f2a0e5479618d48161549a148a37251b4b3d4b

Modified Files
--------------
meson.build | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: move EXPLAIN items to their own section
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: update to current