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

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


    Date: Saturday, October 26, 2013 @ 09:50:19
  Author: bisson
Revision: 197474

remove options enforced by newer pacman

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:50:15 UTC (rev 197473)
+++ PKGBUILD	2013-10-26 07:50:19 UTC (rev 197474)
@@ -9,14 +9,12 @@
 url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('glibc')
-options=('!libtool')
 source=("http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./autogen.sh --prefix=/usr --disable-static
+	./autogen.sh --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list