fix test not linking to libandroid-support / iconv
This commit is contained in:
parent
9b6fe73341
commit
a423f1128b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue