Skip to content

Instantly share code, notes, and snippets.

@plntyk
Created February 20, 2016 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plntyk/3c8e3ddbfb60a3a74e9d to your computer and use it in GitHub Desktop.
Save plntyk/3c8e3ddbfb60a3a74e9d to your computer and use it in GitHub Desktop.
[packages] php5: fix xml2-config location
commit ecbc0e19687224514a8aa67ae935e931105206cf
Author: Dirk Neukirchen <dirkneukirchen@web.de>
Date: Mon Jun 15 10:54:40 2015 +0200
[packages] php5: fix xml2-config location
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 2c506aa..bf7946b 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -435,7 +435,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)/usr/bin/xml2-config" \
define Package/php5/conffiles
/etc/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment