lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 919c24c598fcd0cee5471825e1c5765819ed1611
parent 8e83bb28f1161c36a3893576755019587f5a4d10
Author: Matthias Schiffer <mschiffer@universe-factory.net>
Date:   Tue, 24 Jan 2017 12:43:13 +0100

php7: fix xml2-config path to unbreak build

Partially reverts 4a984a8d6. Fixes #3907.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

Diffstat:
Mlang/php7/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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