Re: Pg V10: Patch for bug in bonjour support

From: Luke Lonergan <luke(at)brightforge(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)enterprisedb(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 22:20:21
Message-ID: 4BDCB856-A4D7-4541-A2E5-4F64BA5363DB@brightforge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-11-08 22:21:41 Re: [PATCH] fix wrong create table statement in documentation
Previous Message Peter Geoghegan 2017-11-08 22:13:17 Re: Small improvement to compactify_tuples