git » avahi.git » commit d161e06

remove options enforced by newer pacman

author Gaetan Bisson
2013-10-26 07:49:17 UTC
committer Gaetan Bisson
2013-10-26 07:49:17 UTC
parent b52a82de97bae6fcfef60267b672ec6bf959f8c8

remove options enforced by newer pacman

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2bfd741..e0c7c2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Multicast/unicast DNS-SD framework'
 url='http://www.avahi.org/'
 license=('LGPL')
 arch=('i686' 'x86_64')
-options=('!libtool' '!emptydirs')
+options=('!emptydirs')
 depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm' 'dbus')
 optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
             'gtk2: gtk2 bindings'
@@ -53,7 +53,6 @@ build() {
 		--sysconfdir=/etc \
 		--localstatedir=/var \
 		--sbindir=/usr/bin \
-		--disable-static \
 		--disable-monodoc \
 		--enable-compat-libdns_sd \
 		--enable-compat-howl \