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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Oct 26 07:51:35 UTC 2013


    Date: Saturday, October 26, 2013 @ 09:51:35
  Author: bisson
Revision: 197490

remove options enforced by newer pacman

Modified:
  scim-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:51:30 UTC (rev 197489)
+++ PKGBUILD	2013-10-26 07:51:35 UTC (rev 197490)
@@ -15,11 +15,9 @@
 source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('f26ced990f0c9e5d43e271cd6e77583de81a008d')
 
-options=('!libtool')
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --disable-static
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list