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

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Feb 18 16:46:09 UTC 2013


    Date: Monday, February 18, 2013 @ 17:46:09
  Author: andyrtr
Revision: 178236

drop static libs for future builds - nothing needs them

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-18 16:38:26 UTC (rev 178235)
+++ PKGBUILD	2013-02-18 16:46:09 UTC (rev 178236)
@@ -17,7 +17,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+    --disable-static
   make
 }
 




More information about the arch-commits mailing list