php: Add comment why we're not building with clang

This commit is contained in:
Fredrik Fornwall 2017-05-13 23:44:24 +02:00
parent b0dfdb4211
commit 7c231896e2
1 changed files with 2 additions and 0 deletions

View File

@ -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="