Re: [HACKERS] Pg V10: Patch for bug in bonjour support

Поиск
Список
Период
Сортировка
От Luke Lonergan
Тема Re: [HACKERS] Pg V10: Patch for bug in bonjour support
Дата
Msg-id 4BDCB856-A4D7-4541-A2E5-4F64BA5363DB@brightforge.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Pg V10: Patch for bug in bonjour support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Small improvement to compactify_tuples
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [PATCH] fix wrong create table statement in documentation