]> granicus.if.org Git - postgresql/commit
Allow --with-bonjour to work with non-macOS implementations of Bonjour.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Nov 2017 22:47:14 +0000 (17:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Nov 2017 22:47:14 +0000 (17:47 -0500)
commit9042e927eafb2b3f1d5d0c02d9640d357a5a12a7
treeee8eb090c438dcf28ff769c156a2767ab4457ed1
parent13492fcf9bb1a25034db3e5ec200a999b1efc371
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
configure
configure.in