From: Fabrice Fontaine Date: Sun, 23 Aug 2020 14:55:43 +0000 (+0200) Subject: package/php: drop --with-libxml-dir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f3e2697379f78e5e3cd1fd19fea853bbea2abbf;p=buildroot.git package/php: drop --with-libxml-dir --with-libxml-dir has been dropped since version 7.4.0 and https://github.com/php/php-src/commit/29d1b7fd521af288e9f04d784f59a2d15b494a30 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/php/php.mk b/package/php/php.mk index 6e0b5c6e8d..ef9c7e8644 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -151,7 +151,7 @@ endif ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y) PHP_CONF_ENV += php_cv_libxml_build_works=yes -PHP_CONF_OPTS += --with-libxml --with-libxml-dir=$(STAGING_DIR)/usr +PHP_CONF_OPTS += --with-libxml PHP_DEPENDENCIES += libxml2 endif