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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9042e927eafb2b3f1d5d0c02d9640d357a5a12a7

Modified Files
--------------
configure | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 6 ++--
2 files changed, 95 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.