projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3004d54
)
package/php: drop --with-libxml-dir
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sun, 23 Aug 2020 14:55:43 +0000
(16:55 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 23 Aug 2020 17:02:20 +0000
(19:02 +0200)
--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 <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/php/php.mk
patch
|
blob
|
history
diff --git
a/package/php/php.mk
b/package/php/php.mk
index 6e0b5c6e8d4ef0b624f659f4c21d54dc85152033..ef9c7e86446446ec49ab5482d6207b8e748f9385 100644
(file)
--- 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