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

Jan Steffens heftig at nymeria.archlinux.org
Wed Oct 23 17:19:34 UTC 2013


    Date: Wednesday, October 23, 2013 @ 19:19:34
  Author: heftig
Revision: 197191

use configure opt

Modified:
  seed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-23 17:19:08 UTC (rev 197190)
+++ PKGBUILD	2013-10-23 17:19:34 UTC (rev 197191)
@@ -20,7 +20,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   install -m644 ../GLib.js extensions/
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list