diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/avahi/avahi.SlackBuild | 3 |
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 \ |