]> git.ipfire.org Git - thirdparty/postgresql.git/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)
commit0e9294a689726b9e35545a3e29292d53c80c798c
tree6adbaf5885f76c7855e26adf30518acadf5b2aee
parentd7f59347bc06cb26fe3eff283f9104ac1b26d177
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