Date: Saturday, October 26, 2013 @ 09:52:02
  Author: bisson
Revision: 197495

remove options enforced by newer pacman

Modified:
  scim-uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-26 07:51:58 UTC (rev 197494)
+++ PKGBUILD    2013-10-26 07:52:02 UTC (rev 197495)
@@ -17,8 +17,6 @@
           'a9d67946f956d0572c73065e2b4b268bfdf149e3'
           '3b083260910f7855b5446960ab1203c052f4b56c')
 
-options=('!libtool')
-
 prepare() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        patch -p1 -i ../fix-gcc43-build.patch
@@ -27,7 +25,7 @@
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-       ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+       ./configure --prefix=/usr --sysconfdir=/etc
        make
 }
 

Reply via email to