pgsql: Move darwin sysroot determination into separate file

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move darwin sysroot determination into separate file
Date: 2022-09-02 00:00:23
Message-ID: E1oTu6h-0010Wo-0K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move darwin sysroot determination into separate file

The sysroot determination is fairly complex and will soon also be needed when
building with meson. Instead of duplicating the logic, move it to a dedicated
shell script invoked both by configure and meson.

Reviewed-by: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/2180a97c-c026-1b6c-cec8-d6e499f97017@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05519126a02ee39bf0957d3d85a1da5bd7e1c09c

Modified Files
--------------
src/template/darwin | 41 ++++++-----------------------------------
src/tools/darwin_sysroot | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+), 35 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-09-02 02:48:56 pgsql: Speed up lexing of long JSON strings
Previous Message Andrew Dunstan 2022-09-01 21:13:27 pgsql: Revert SQL/JSON features