diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2017-01-11 21:54:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 21:54:09 +0100 |
commit | 3823ef9bc4d8c27e0f9a589970157231950e0e0c (patch) | |
tree | a515ae4f810221ac9efa36e99b9d24e31f79cfa4 /lang/php7 | |
parent | 9331f997840c04ddeb2782082780e9b7f003d8f9 (diff) | |
parent | 4a984a8d60f167db87dac6a6c283e62aca692d5e (diff) |
Merge pull request #3813 from NeoRaider/hostpkg
Use STAGING_DIR_HOSTPKG where appropriate
Diffstat (limited to 'lang/php7')
-rw-r--r-- | lang/php7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php7/Makefile b/lang/php7/Makefile index ccfc54f64..6b4377fed 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)/host/bin/xml2-config" \ + ac_cv_php_xml2_config_path="$(STAGING_DIR_HOSTPKG)/bin/xml2-config" \ define Package/php7/conffiles /etc/php.ini |