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

Jan de Groot jgc at archlinux.org
Mon May 30 09:11:43 UTC 2011


    Date: Monday, May 30, 2011 @ 05:11:42
  Author: jgc
Revision: 125814

upgpkg: apr 1.4.5-1
Update to 1.4.5
Remove forced compatibility with pre-2.6.27 kernels

Modified:
  apr/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-30 08:49:37 UTC (rev 125813)
+++ PKGBUILD	2011-05-30 09:11:42 UTC (rev 125814)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apr
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc="The Apache Portable Runtime"
 arch=('i686' 'x86_64')
@@ -13,19 +13,16 @@
 options=('!libtool')
 license=('APACHE')
 source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('daf5487c82dd7bec9c005c96f8cb01b1')
+md5sums=('8b53f5a5669d0597f2da889a2f576eb6')
 
 build() {
   cd "${srcdir}/apr-${pkgver}"
-  export apr_cv_epoll_create1=no
-  export apr_cv_dup3=no
   export apr_cv_accept4=no
-  export apr_cv_sock_cloexec=no
 
   ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
     --with-installbuilddir=/usr/share/apr-1/build \
     --enable-nonportable-atomics \
-    --with-devrandom=/dev/urandom || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+    --with-devrandom=/dev/urandom
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list