[arch-commits] Commit in popt/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Sep 15 02:38:48 UTC 2014
Date: Monday, September 15, 2014 @ 04:38:48
Author: eric
Revision: 221734
Remove --disable-static option
Modified:
popt/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-15 00:49:26 UTC (rev 221733)
+++ PKGBUILD 2014-09-15 02:38:48 UTC (rev 221734)
@@ -14,7 +14,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static
+ ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list