From 919c24c598fcd0cee5471825e1c5765819ed1611 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Jan 2017 12:43:13 +0100 Subject: [PATCH] php7: fix xml2-config path to unbreak build Partially reverts 4a984a8d6. Fixes #3907. Signed-off-by: Matthias Schiffer --- lang/php7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 6b4377fed..ccfc54f64 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