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

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


    Date: Saturday, October 26, 2013 @ 09:50:15
  Author: bisson
Revision: 197473

remove options enforced by newer pacman

Modified:
  libchewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:50:11 UTC (rev 197472)
+++ PKGBUILD	2013-10-26 07:50:15 UTC (rev 197473)
@@ -10,13 +10,12 @@
 url='http://chewing.im/'
 arch=('i686' 'x86_64')
 license=('GPL')
-options=('!libtool')
 source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('5ee3941f0f62fa14fbda53e1032970b04a7a88b7')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --disable-static
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list