apr&apr-util: Bump build revision
[termux-packages] / packages / apr-util / build.sh
1 TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
2 TERMUX_PKG_DESCRIPTION="Apache Portable Runtime Utility Library"
3 TERMUX_PKG_VERSION=1.5.4
4 TERMUX_PKG_REVISION=2
5 TERMUX_PKG_DEPENDS="apr, libexpat"
6 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-util-${TERMUX_PKG_VERSION}.tar.bz2
7 TERMUX_PKG_SHA256=a6cf327189ca0df2fb9d5633d7326c460fe2b61684745fd7963e79a6dd0dc82e
8 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
9 ac_cv_lib_pq_PQsendQueryPrepared=no
10 --with-apr=$TERMUX_PREFIX
11 --without-sqlite3
12 "
13 TERMUX_PKG_RM_AFTER_INSTALL="bin/apu-1-config lib/aprutil.exp"