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

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


    Date: Saturday, October 26, 2013 @ 09:50:41
  Author: bisson
Revision: 197479

remove options enforced by newer pacman

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:50:37 UTC (rev 197478)
+++ PKGBUILD	2013-10-26 07:50:41 UTC (rev 197479)
@@ -12,11 +12,9 @@
 source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('7e23c760296fe47e9e4108a0eba6fef08cfe4db8')
 
-options=('!libtool')
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --disable-static --disable-documentation
+	./configure --prefix=/usr --disable-documentation
 	make
 }
 




More information about the arch-commits mailing list