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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b9cb3c4534d717c1c95758670198ebbf8a20af2

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.