apr: update to 1.6.5.
This commit is contained in:
parent
13345313fb
commit
5595926b51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue