From: Fredrik Fornwall Date: Sat, 13 May 2017 21:44:24 +0000 (+0200) Subject: php: Add comment why we're not building with clang X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/2201a45de8228e2959c1f9ff3325756516184ae0?ds=inline php: Add comment why we're not building with clang --- diff --git a/packages/php/build.sh b/packages/php/build.sh index 64d029f9..f3077a61 100644 --- a/packages/php/build.sh +++ b/packages/php/build.sh @@ -9,6 +9,8 @@ TERMUX_PKG_HOSTBUILD=true 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, pcre, libbz2, libcrypt, libcurl, libgd, readline, freetype" TERMUX_PKG_RM_AFTER_INSTALL="php/php/fpm" +# Building with clang causes gettype(-1) to return "double" instead of "integer". +# See https://github.com/termux/termux-packages/issues/890 TERMUX_PKG_CLANG=no TERMUX_PKG_EXTRA_CONFIGURE_ARGS="