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

From Thomas Munro
Subject Re: [HACKERS] Pg V10: Patch for bug in bonjour support
Date
Msg-id CAEepm=1wcqZJ1VUkCpAWiWUT8OcPsPVeabM_T4FQi+PFi9j9=g@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Pg V10: Patch for bug in bonjour support  (Luke Lonergan <luke@brightforge.com>)
Responses Re: [HACKERS] Pg V10: Patch for bug in bonjour support  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Nov 9, 2017 at 10:05 AM, Luke Lonergan <luke@brightforge.com> wrote:
>   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_CHECK_LIB(dns_sd, DNSServiceRefSockFD, [], [AC_MSG_ERROR([library
> 'dns_sd' is required for Bonjour])])
>
>   fi

Hi Luke,

It lives in libSystem.dylib (implicitly linked) on macOS, so that
would break the build there.  We'd need something a bit more
conditional, but I don't know what.

-- 
Thomas Munro
http://www.enterprisedb.com


-- 
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: Luke Lonergan
Date:
Subject: [HACKERS] Pg V10: Patch for bug in bonjour support
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] OpenTemporaryFile() vs resowner.c