From 5e3f56181beafdfe4ff8deaed232fc6f076032de Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 13 Apr 2019 19:11:44 +0300 Subject: [PATCH] php: bump revision Needed after 60dc484806632b8a2c45b2867f55ff82a1f94eaa. --- packages/php/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/php/build.sh b/packages/php/build.sh index f8e959fb3..c06a7c222 100644 --- a/packages/php/build.sh +++ b/packages/php/build.sh @@ -5,7 +5,7 @@ TERMUX_PKG_VERSION=7.3.4 TERMUX_PKG_SHA256=6fe79fa1f8655f98ef6708cde8751299796d6c1e225081011f4104625b923b83 TERMUX_PKG_SRCURL=https://secure.php.net/distributions/php-${TERMUX_PKG_VERSION}.tar.xz # Build native php for phar to build (see pear-Makefile.frag.patch): -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_HOSTBUILD=true # Build the native php without xml support as we only need phar: TERMUX_PKG_EXTRA_HOSTBUILD_CONFIGURE_ARGS="--disable-libxml --disable-dom --disable-simplexml --disable-xml --disable-xmlreader --disable-xmlwriter --without-pear"