Date: Sunday, May 13, 2012 @ 16:20:26 Author: jgc Revision: 158965 upgpkg: apr 1.4.6-1
Update to 1.4.6, remove workaround for older kernels, as that call was introduced in 2.6.28 while we require 2.6.32 as minimal version Modified: apr/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-05-13 20:05:21 UTC (rev 158964) +++ PKGBUILD 2012-05-13 20:20:26 UTC (rev 158965) @@ -4,8 +4,8 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=apr -pkgver=1.4.5 -pkgrel=2 +pkgver=1.4.6 +pkgrel=1 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') url="http://apr.apache.org/" @@ -13,12 +13,10 @@ options=('!libtool') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2) -md5sums=('8b53f5a5669d0597f2da889a2f576eb6') +md5sums=('ffee70a111fd07372982b0550bbb14b7') build() { cd "${srcdir}/apr-${pkgver}" - export apr_cv_accept4=no - ./configure --prefix=/usr --includedir=/usr/include/apr-1 \ --with-installbuilddir=/usr/share/apr-1/build \ --enable-nonportable-atomics \
