apr: update to 1.6.5.

This commit is contained in:
maxice8 2018-09-15 08:27:06 -03:00
parent 13345313fb
commit 5595926b51
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 5 deletions

View File

@ -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 <xtraeme@voidlinux.eu>"
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