apr&apr-util: Bump build revision
[termux-packages] / packages / apr / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
2TERMUX_PKG_VERSION=1.5.2
3TERMUX_PKG_REVISION=2
4TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-${TERMUX_PKG_VERSION}.tar.bz2
5TERMUX_PKG_SHA256=7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a
6TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations"
7TERMUX_PKG_DEPENDS="libuuid"
8TERMUX_PKG_BUILD_IN_SRC="yes"
9# "ac_cv_search_crypt=" to avoid needlessly linking to libcrypt.
10TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-installbuilddir=$TERMUX_PKG_TMPDIR ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes apr_cv_process_shared_works=no apr_cv_tcp_nodelay_with_cork=yes ac_cv_sizeof_struct_iovec=8 ac_cv_search_crypt="
11TERMUX_PKG_RM_AFTER_INSTALL="bin/apr-1-config lib/apr.exp"