diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-12-30 23:10:42 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:35 +0700 |
commit | 3b9c954d76af822fc0ebfa724ff6bd9abc14441e (patch) | |
tree | 153e8f1dbf0565eff050eaa93cda18c0fb43fcc1 /network | |
parent | 557c67e6a4505ccfbed90802be512e7710ed6a16 (diff) | |
download | slackbuilds-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')
-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 \ |