X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/af979a0e1ba2a6ff3f768ba7fc3eb5e66a05b3b7..b8132d99a5f570edc372d49dd07652bf9920d865:/packages/apr/build.sh diff --git a/packages/apr/build.sh b/packages/apr/build.sh index b81e8e0f..935bd117 100644 --- a/packages/apr/build.sh +++ b/packages/apr/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://apr.apache.org/ TERMUX_PKG_VERSION=1.6.3 TERMUX_PKG_SHA256=131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations" +TERMUX_PKG_DESCRIPTION="Apache Portable Runtime Library" TERMUX_PKG_DEPENDS="libuuid" TERMUX_PKG_BUILD_IN_SRC="yes" # "ac_cv_search_crypt=" to avoid needlessly linking to libcrypt.