pgsql: Make DLSUFFIX easily discoverable by build scripts

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make DLSUFFIX easily discoverable by build scripts
Date: 2019-01-13 21:10:05
Message-ID: E1gin1B-0000bO-DH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Backpatch to all live branches.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b40cb99b855563ab8dc878b5bc1b22a6735a57b6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-01-13 21:47:36 pgsql: fix typo
Previous Message Noah Misch 2019-01-13 19:33:59 pgsql: Make Emacs perl-mode indent more like perltidy.