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

Jan de Groot jgc at nymeria.archlinux.org
Mon Oct 21 15:02:41 UTC 2013


    Date: Monday, October 21, 2013 @ 17:02:40
  Author: jgc
Revision: 197049

upgpkg: apr 1.4.8-2

no static libs

Modified:
  apr/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 14:52:40 UTC (rev 197048)
+++ PKGBUILD	2013-10-21 15:02:40 UTC (rev 197049)
@@ -5,7 +5,7 @@
 
 pkgname=apr
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
     --with-installbuilddir=/usr/share/apr-1/build \
     --enable-nonportable-atomics \
-    --with-devrandom=/dev/urandom
+    --with-devrandom=/dev/urandom --disable-static
   make
 }
 




More information about the arch-commits mailing list