From: Matthias Schiffer Date: Tue, 24 Jan 2017 11:43:13 +0000 (+0100) Subject: php7: fix xml2-config path to unbreak build X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=919c24c598fcd0cee5471825e1c5765819ed1611;p=feed%2Fpackages.git php7: fix xml2-config path to unbreak build Partially reverts 4a984a8d6. Fixes #3907. Signed-off-by: Matthias Schiffer --- diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 6b4377fedb..ccfc54f64a 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -444,7 +444,7 @@ CONFIGURE_VARS+= \ ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no) \ php_cv_cc_rpath="no" \ iconv_impl_name="gnu_libiconv" \ - ac_cv_php_xml2_config_path="$(STAGING_DIR_HOSTPKG)/bin/xml2-config" \ + ac_cv_php_xml2_config_path="$(STAGING_DIR)/host/bin/xml2-config" \ define Package/php7/conffiles /etc/php.ini