- DNSSD libraries are linked even if WITH_DNSSD is not defined
PR: 120217 Submitted by: TAOKA Fumiyoshi
This commit is contained in:
parent
6e79c1245e
commit
45fbde4cab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206641
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ CONFIGURE_ARGS+= --enable-dnssd \
|
|||
--with-dnssd-libs=${LOCALBASE}/lib/ \
|
||||
--with-dnssd-includes=${LOCALBASE}/include/avahi-compat-libdns_sd/
|
||||
LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/avahi-libdns
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-dnssd
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PAM)
|
||||
|
|
Loading…
Reference in a new issue