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

Pierre Schmitz pierre at archlinux.org
Mon Aug 11 22:12:36 UTC 2008


    Date: Monday, August 11, 2008 @ 18:12:36
  Author: pierre
Revision: 8456

upgpkg: apr 1.3.2-2
    fixing FS#8513

Modified:
  apr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-11 22:04:03 UTC (rev 8455)
+++ PKGBUILD	2008-08-11 22:12:36 UTC (rev 8456)
@@ -3,7 +3,7 @@
 
 pkgname=apr
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
 url="http://apr.apache.org/"
@@ -18,7 +18,8 @@
 
 	./configure --prefix=/usr --includedir=/usr/include/apr-1 \
 		--with-installbuilddir=/usr/share/apr-1/build \
-		--enable-nonportable-atomics
+		--enable-nonportable-atomics \
+		--with-devrandom=/dev/urandom
 	make || return 1
 	make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list