apr&apr-util: Bump build revision
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 6 Jun 2017 09:48:57 +0000 (11:48 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 6 Jun 2017 09:48:57 +0000 (11:48 +0200)
packages/apr-util/build.sh
packages/apr/build.sh

index f8c12ca..f4f5c7e 100644 (file)
@@ -1,9 +1,13 @@
 TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
 TERMUX_PKG_DESCRIPTION="Apache Portable Runtime Utility Library"
 TERMUX_PKG_VERSION=1.5.4
-TERMUX_PKG_REVISION=1
+TERMUX_PKG_REVISION=2
 TERMUX_PKG_DEPENDS="apr, libexpat"
 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-util-${TERMUX_PKG_VERSION}.tar.bz2
 TERMUX_PKG_SHA256=a6cf327189ca0df2fb9d5633d7326c460fe2b61684745fd7963e79a6dd0dc82e
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-apr=$TERMUX_PREFIX --without-sqlite3"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
+ac_cv_lib_pq_PQsendQueryPrepared=no
+--with-apr=$TERMUX_PREFIX
+--without-sqlite3
+"
 TERMUX_PKG_RM_AFTER_INSTALL="bin/apu-1-config lib/aprutil.exp"
index 4d941aa..15534ef 100644 (file)
@@ -1,6 +1,6 @@
 TERMUX_PKG_HOMEPAGE=https://apr.apache.org/
 TERMUX_PKG_VERSION=1.5.2
-TERMUX_PKG_REVISION=1
+TERMUX_PKG_REVISION=2
 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-${TERMUX_PKG_VERSION}.tar.bz2
 TERMUX_PKG_SHA256=7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a
 TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations"