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

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


    Date: Saturday, October 26, 2013 @ 09:51:44
  Author: bisson
Revision: 197492

remove options enforced by newer pacman

Modified:
  scim-m17n/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:51:40 UTC (rev 197491)
+++ PKGBUILD	2013-10-26 07:51:44 UTC (rev 197492)
@@ -14,11 +14,9 @@
 source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
 
-options=('!libtool')
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --disable-static
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list