1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Ensure that Avahi supprt is disabled if mDNSResponder is

chosen for Zeroconf.

PR:		211571
This commit is contained in:
Joe Marcus Clarke 2016-08-05 20:32:11 +00:00
parent de5fd0adfb
commit ff619a26b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419708

View File

@ -92,6 +92,7 @@ SUB_LIST+= ZEROCONF="avahi_daemon"
.if ${PORT_OPTIONS:MMDNSRESPONDER}
CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE}
CONFIGURE_ENV+= ac_cv_lib_avahi_client_avahi_client_new=no
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder