Re: Pg V10: Patch for bug in bonjour support

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Luke Lonergan <luke(at)brightforge(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pg V10: Patch for bug in bonjour support
Date: 2017-11-08 21:23:07
Message-ID: CAEepm=1wcqZJ1VUkCpAWiWUT8OcPsPVeabM_T4FQi+PFi9j9=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 9, 2017 at 10:05 AM, Luke Lonergan <luke(at)brightforge(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-11-08 21:54:44 Re: OpenTemporaryFile() vs resowner.c
Previous Message Luke Lonergan 2017-11-08 21:05:30 Pg V10: Patch for bug in bonjour support