git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8e83bb2
)
php7: fix xml2-config path to unbreak build
author
Matthias Schiffer
<redacted>
Tue, 24 Jan 2017 11:43:13 +0000
(12:43 +0100)
committer
Matthias Schiffer
<redacted>
Tue, 24 Jan 2017 11:45:03 +0000
(12:45 +0100)
Partially reverts
4a984a8d6
. Fixes #3907.
Signed-off-by: Matthias Schiffer <redacted>
lang/php7/Makefile
patch
|
blob
|
history
diff --git
a/lang/php7/Makefile
b/lang/php7/Makefile
index 6b4377fedb4384ce3695587c977cb1755ceab83e..ccfc54f64a2046ce30c3e2ca4bafabc947415ff5 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT