Re: [HACKERS] Pg V10: Patch for bug in bonjour support - Mailing list pgsql-hackers

From Luke Lonergan
Subject Re: [HACKERS] Pg V10: Patch for bug in bonjour support
Date
Msg-id 4BDCB856-A4D7-4541-A2E5-4F64BA5363DB@brightforge.com
Whole thread Raw
In response to Re: [HACKERS] Pg V10: Patch for bug in bonjour support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi Tom – works for me on Linux (Ubuntu)…

- Luke
================================
*** /home/llonergan/archive/configure.in    2017-11-08 14:17:56.804891827 -0800
--- configure.in    2017-11-08 14:15:58.961186149 -0800
***************
*** 1293,1298 ****
--- 1293,1299 ----  if test "$with_bonjour" = yes ; then   AC_CHECK_HEADER(dns_sd.h, [], [AC_MSG_ERROR([header file
<dns_sd.h>is required for Bonjour])]) 
+   AC_SEARCH_LIBS([DNSServiceRefSockFD],[dns_sd]) fi  # for contrib/uuid-ossp
================================




--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] Small improvement to compactify_tuples
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] [PATCH] fix wrong create table statement in documentation