From a423f1128b00b62afb6821918cc49c6c17de39e9 Mon Sep 17 00:00:00 2001 From: its-pointless Date: Sun, 24 Mar 2019 07:47:49 +1100 Subject: [PATCH] fix test not linking to libandroid-support / iconv --- 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 6084e0c53..f8e959fb3 100644 --- a/packages/php/build.sh +++ b/packages/php/build.sh @@ -9,7 +9,7 @@ TERMUX_PKG_REVISION=1 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" -TERMUX_PKG_DEPENDS="libandroid-glob, libxml2, liblzma, openssl, pcre2, libbz2, libcrypt, libcurl, libgd, readline, freetype" +TERMUX_PKG_DEPENDS="libandroid-glob, libxml2, liblzma, openssl, pcre2, libbz2, libcrypt, libcurl, libgd, readline, freetype, libandroid-support" # mysql modules were initially shared libs TERMUX_PKG_CONFLICTS="php-mysql" TERMUX_PKG_REPLACES="php-mysql"