Fix wait3() function and bump build revisions
[termux-packages] / packages / apr / build.sh
CommitLineData
59f0d218 1TERMUX_PKG_VERSION=1.5.2
49ca09e5 2TERMUX_PKG_BUILD_REVISION=1
59f0d218
FF
3TERMUX_PKG_SRCURL=http://archive.apache.org/dist/apr/apr-${TERMUX_PKG_VERSION}.tar.bz2
4TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
5TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations"
6TERMUX_PKG_BUILD_IN_SRC="yes"
7TERMUX_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"
8TERMUX_PKG_RM_AFTER_INSTALL="bin/apr-1-config lib/apr.exp"