pgsql: Allow --with-bonjour to work with non-macOS implementations of B

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow --with-bonjour to work with non-macOS implementations of B
Date: 2017-11-08 22:47:45
Message-ID: E1eCZ8L-00082W-TQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-09 16:00:59 pgsql: Revert "Allow --with-bonjour to work with non-macOS implementati
Previous Message Tom Lane 2017-11-08 22:21:07 pgsql: Doc: fix erroneous example.