diff options
Diffstat (limited to 'network/avahi/avahi.SlackBuild')
-rw-r--r-- | network/avahi/avahi.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/network/avahi/avahi.SlackBuild b/network/avahi/avahi.SlackBuild index c2e9622123..9cdb269b58 100644 --- a/network/avahi/avahi.SlackBuild +++ b/network/avahi/avahi.SlackBuild @@ -6,7 +6,7 @@ # Derived from Slackware's Slackbuilds. # # Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA -# Copyright 2008-2011 David Somero (dsomero@hotmail.com) Athens, TN, USA +# Copyright 2008-2012 David Somero (dsomero@hotmail.com) Athens, TN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=avahi -VERSION=0.6.30 +VERSION=0.6.31 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,6 +92,9 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+w,go+r-w . +# Thanks to Robby Workman for this patch. +patch -p1 --verbose < $CWD/fixup_avahi-dnsconfd.action.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -101,6 +104,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-tests \ --disable-static \ --disable-monodoc \ --disable-autoipd \ @@ -110,7 +114,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-dbus \ --enable-python \ --enable-gtk \ - --disable-gtk3 \ + --enable-gtk3 \ --enable-qt4 \ --disable-qt3 \ --enable-core-docs \ |