network/avahi: Add --enable-compat-libdns_sd to configure
Thanks to Christoph Willing. Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
557c67e6a4
commit
3b9c954d76
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=avahi
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -119,6 +119,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-static \
|
||||
--disable-monodoc \
|
||||
--disable-autoipd \
|
||||
--enable-compat-libdns_sd \
|
||||
--enable-python-dbus \
|
||||
--enable-glib \
|
||||
--enable-dbus \
|
||||
|
|
Loading…
Reference in New Issue