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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Oct 26 07:49:54 UTC 2013


    Date: Saturday, October 26, 2013 @ 09:49:54
  Author: bisson
Revision: 197468

remove options enforced by newer pacman

Modified:
  gts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 07:49:49 UTC (rev 197467)
+++ PKGBUILD	2013-10-26 07:49:54 UTC (rev 197468)
@@ -15,11 +15,9 @@
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040')
 
-options=('!libtool')
-
 build() {
 	cd "${pkgname}-${pkgver}"
-	./configure --prefix=/usr --disable-static
+	./configure --prefix=/usr
 	make
 }
 




More information about the arch-commits mailing list