pgsql: Make DLSUFFIX easily discoverable by build scripts - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Make DLSUFFIX easily discoverable by build scripts
Date
Msg-id E1mxdH8-0007cH-Nh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make DLSUFFIX easily discoverable by build scripts

This will enable things like the buildfarm client to discover more
reliably if certain libraries have been installed.

Discussion: https://postgr.es/m/859e7c91-7ef4-d4b4-2ca2-8046e0cbee09@2ndQuadrant.com

This is a backpatch to 9.3 and 9.2 of commits b40cb99b85 and d9cdb1ba9e
now that we are supporting limited builds of older versions.

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/020bfc84190966cc37a7980c1017d3956a0a4b15

Modified Files
--------------
src/Makefile.global.in | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_checksums: Fix data type
Next
From: Tom Lane
Date:
Subject: pgsql: Remove pg_dump's --no-synchronized-snapshots switch.