Re: [HACKERS] Pg V10: Patch for bug in bonjour support
От | Thomas Munro |
---|---|
Тема | Re: [HACKERS] Pg V10: Patch for bug in bonjour support |
Дата | |
Msg-id | CAEepm=1wcqZJ1VUkCpAWiWUT8OcPsPVeabM_T4FQi+PFi9j9=g@mail.gmail.com обсуждение исходный текст |
Ответ на | [HACKERS] Pg V10: Patch for bug in bonjour support (Luke Lonergan <luke@brightforge.com>) |
Ответы |
Re: [HACKERS] Pg V10: Patch for bug in bonjour support
|
Список | 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 по дате отправления: