X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/49ca09e5e57406aca61e838e6d6757123b9d2fcb..99856c1d1ced379efec7659b9ef796882f5cf416:/packages/apr/build.sh diff --git a/packages/apr/build.sh b/packages/apr/build.sh index feab308d..2ec43730 100644 --- a/packages/apr/build.sh +++ b/packages/apr/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://archive.apache.org/dist/apr/apr-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_HOMEPAGE=https://apr.apache.org/ TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations" +TERMUX_PKG_DEPENDS="libuuid" TERMUX_PKG_BUILD_IN_SRC="yes" TERMUX_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" TERMUX_PKG_RM_AFTER_INSTALL="bin/apr-1-config lib/apr.exp"