projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b4f62
)
php: fix s/EXIT/EXT/ typo in simplexml select
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 16 Jun 2008 09:49:47 +0000
(09:49 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 16 Jun 2008 09:49:47 +0000
(09:49 -0000)
package/php/Config.ext
patch
|
blob
|
history
diff --git
a/package/php/Config.ext
b/package/php/Config.ext
index 1ffcf3edd71b52b37cd528785e32eb112e7205a2..6ec6f6b29e30f8de7bf9435276d8f8edac3193f3 100644
(file)
--- a/
package/php/Config.ext
+++ b/
package/php/Config.ext
@@
-45,7
+45,7
@@
config BR2_PACKAGE_PHP_EXT_LIBXML2
config BR2_PACKAGE_PHP_EXT_SIMPLEXML
bool "simplexml"
depends on BR2_PACKAGE_PHP
- select BR2_PACKAGE_PHP_EX
I
T_LIBXML2
+ select BR2_PACKAGE_PHP_EXT_LIBXML2
help
SimpleXML support