Date: Tuesday, November 28, 2017 @ 16:42:21
  Author: bpiotrowski
Revision: 311117

Do not build static library

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-28 16:29:44 UTC (rev 311116)
+++ PKGBUILD    2017-11-28 16:42:21 UTC (rev 311117)
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 

Reply via email to