[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations ofB - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations ofB
Date
Msg-id E1eCZ8L-00082W-TQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow --with-bonjour to work with non-macOS implementations of Bonjour.

On macOS the relevant functions require no special library, but elsewhere
we need to pull in libdns_sd.

Back-patch to supported branches.  No docs change since the docs do not
suggest that this is a Mac-only feature.

Luke Lonergan

Discussion: https://postgr.es/m/2D8331C5-D64F-44C1-8717-63EDC6EAF7EB@brightforge.com

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
configure    | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in |  6 ++++--
2 files changed, 62 insertions(+), 2 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Doc: fix erroneous example.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Revert "Allow --with-bonjour to work with non-macOSimplementati