From 6f3e2697379f78e5e3cd1fd19fea853bbea2abbf Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 23 Aug 2020 16:55:43 +0200 Subject: [PATCH] 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 --- package/php/php.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2