summaryrefslogtreecommitdiffstats
path: root/network/avahi
diff options
context:
space:
mode:
author Robby Workman2020-12-31 06:10:42 +0100
committer Willy Sudiarto Raharjo2021-01-02 04:48:35 +0100
commit3b9c954d76af822fc0ebfa724ff6bd9abc14441e (patch)
tree153e8f1dbf0565eff050eaa93cda18c0fb43fcc1 /network/avahi
parent557c67e6a4505ccfbed90802be512e7710ed6a16 (diff)
downloadslackbuilds-3b9c954d76af822fc0ebfa724ff6bd9abc14441e.tar.gz
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>
Diffstat (limited to 'network/avahi')
-rw-r--r--network/avahi/avahi.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/avahi/avahi.SlackBuild b/network/avahi/avahi.SlackBuild
index 5c8f096925..b2b984d3b3 100644
--- a/network/avahi/avahi.SlackBuild
+++ b/network/avahi/avahi.SlackBuild
@@ -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 \