From 5595926b51303b544c66c930d57ad696f54b2355 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 15 Sep 2018 08:27:06 -0300 Subject: [PATCH] apr: update to 1.6.5. --- srcpkgs/apr/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/apr/template b/srcpkgs/apr/template index ef951ff37d7..6dbd55adfb4 100644 --- a/srcpkgs/apr/template +++ b/srcpkgs/apr/template @@ -1,7 +1,7 @@ # Template file for 'apr' pkgname=apr -version=1.6.3 -revision=2 +version=1.6.5 +revision=1 build_style=gnu-configure configure_args="--with-installbuilddir=/usr/share/apr-1/build" makedepends="expat-devel libuuid-devel" @@ -9,14 +9,14 @@ short_desc="Apache Portable Runtime Library" maintainer="Juan RP " homepage="http://apr.apache.org/" license="Apache-2.0" -distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2" -checksum=131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172 +distfiles="http://www.apache.org/dist/apr/apr-${version}.tar.bz2" +checksum=a67ca9fcf9c4ff59bce7f428a323c8b5e18667fdea7b0ebad47d194371b0a105 # Do not redefine struct iovec in include/apr_want.h CFLAGS="-DAPR_IOVEC_DEFINED=1" # Can't run test programs when cross compiling -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then configure_args+=" apr_cv_process_shared_works=yes" configure_args+=" apr_cv_mutex_robust_shared=yes" fi