diff options
Diffstat (limited to 'extra/apr/PKGBUILD')
-rw-r--r-- | extra/apr/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/apr/PKGBUILD b/extra/apr/PKGBUILD index d838041ec..169b2db37 100644 --- a/extra/apr/PKGBUILD +++ b/extra/apr/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 190841 2013-07-18 18:46:16Z jgc $ +# $Id: PKGBUILD 197861 2013-10-30 11:19:15Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=apr pkgver=1.4.8 -pkgrel=1 +pkgrel=2 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64' 'mips64el') url="http://apr.apache.org/" depends=('util-linux') -options=('!libtool') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2) md5sums=('ce2ab01a0c3cdb71cf0a6326b8654f41') @@ -20,7 +19,7 @@ build() { ./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 } |