From c227b2fdf783e26869731bbdb49fd8460cfdc904 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 31 Dec 2019 14:25:15 +0200 Subject: [PATCH] php: enable zip extension --- packages/php/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/php/build.sh b/packages/php/build.sh index 2f7ed8b46..4e7d2882f 100644 --- a/packages/php/build.sh +++ b/packages/php/build.sh @@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://php.net TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language" TERMUX_PKG_LICENSE="PHP-3.0" TERMUX_PKG_VERSION=7.4.1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://secure.php.net/distributions/php-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SHA256=561bb866bdd509094be00f4ece7c3543ec971c4d878645ee81437e291cffc762 -TERMUX_PKG_REVISION=1 # Build native php for phar to build (see pear-Makefile.frag.patch): 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 --disable-sqlite3 --without-libxml --without-sqlite3 --without-pdo-sqlite" -TERMUX_PKG_DEPENDS="libiconv, libandroid-glob, libxml2, liblzma, openssl, pcre2, libbz2, libcrypt, libcurl, libgd, readline, freetype, libandroid-support, zlib, oniguruma, libsqlite" +TERMUX_PKG_DEPENDS="libiconv, libandroid-glob, libxml2, liblzma, openssl, pcre2, libbz2, libcrypt, libcurl, libgd, readline, freetype, libandroid-support, zlib, oniguruma, libsqlite, libzip" # mysql modules were initially shared libs TERMUX_PKG_CONFLICTS="php-mysql, php-dev" TERMUX_PKG_REPLACES="php-mysql, php-dev" @@ -42,6 +42,7 @@ ac_cv_func_res_nsearch=no --enable-gd --with-external-gd --with-external-pcre +--with-zip --sbindir=$TERMUX_PREFIX/bin "