diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-08 07:39:46 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-08 17:24:55 -0500 |
commit | ce1ae69a08d456f4c63f2ffd59899f4551069fee (patch) | |
tree | a39ed3c123fd8ce9b7d2986a09d64bed2a04a2f5 /network/avahi/avahi.SlackBuild | |
parent | 1ec283d2751b0186204d1a53848d996b2c3b9c2e (diff) |
network/avahi: Updated for version 0.6.31.
Thanks to Robby Workman for the dnsconfd.action.patch.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 c2e962212327..9cdb269b5800 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 \ |