[arch-commits] Commit in liboping/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Oct 26 07:42:32 UTC 2013


    Date: Saturday, October 26, 2013 @ 09:42:32
  Author: bisson
Revision: 99230

remove options enforced by newer pacman

Modified:
  liboping/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:42:26 UTC (rev 99229)
+++ PKGBUILD	2013-10-26 07:42:32 UTC (rev 99230)
@@ -8,7 +8,6 @@
 url='http://verplant.org/liboping/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!libtool')
 depends=('libcap')
 makedepends=('ncurses')
 optdepends=('perl: perl bindings'
@@ -25,7 +24,7 @@
 	# (we do that in the install script)
 	sed -i 's/ install-exec-hook//g' src/Makefile.in
 
-	./configure --prefix=/usr --enable-static=no
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list