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

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


    Date: Saturday, October 26, 2013 @ 09:51:53
  Author: bisson
Revision: 197493

remove options enforced by newer pacman

Modified:
  scim-pinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:51:44 UTC (rev 197492)
+++ PKGBUILD	2013-10-26 07:51:53 UTC (rev 197493)
@@ -13,11 +13,9 @@
 source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
 sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
 
-options=('!libtool')
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --sysconfdir=/etc --disable-static
+	./configure --prefix=/usr --sysconfdir=/etc
 	make
 }
 




More information about the arch-commits mailing list