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

Lukas Jirkovsky stativ at nymeria.archlinux.org
Tue Mar 11 09:35:55 UTC 2014


    Date: Tuesday, March 11, 2014 @ 10:35:54
  Author: stativ
Revision: 106969

Disable static build, because Arch no longer ships the required static libraries.

Modified:
  aide/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-11 09:34:16 UTC (rev 106968)
+++ PKGBUILD	2014-03-11 09:35:54 UTC (rev 106969)
@@ -28,7 +28,8 @@
         --with-prelink \
         --with-xattr \
         --with-zlib \
-        --with-e2fsattrs
+        --with-e2fsattrs \
+        --disable-static
 	make
 }
 




More information about the arch-commits mailing list