[Buildroot] svn commit: trunk/buildroot/package/php

jacmet at uclibc.org jacmet at uclibc.org
Mon Jun 16 09:49:49 UTC 2008


Author: jacmet
Date: 2008-06-16 02:49:47 -0700 (Mon, 16 Jun 2008)
New Revision: 22367

Log:
php: fix s/EXIT/EXT/ typo in simplexml select


Modified:
   trunk/buildroot/package/php/Config.ext


Changeset:
Modified: trunk/buildroot/package/php/Config.ext
===================================================================
--- trunk/buildroot/package/php/Config.ext	2008-06-16 07:32:40 UTC (rev 22366)
+++ trunk/buildroot/package/php/Config.ext	2008-06-16 09:49:47 UTC (rev 22367)
@@ -45,7 +45,7 @@
 config BR2_PACKAGE_PHP_EXT_SIMPLEXML
 	bool "simplexml"
 	depends on BR2_PACKAGE_PHP
-	select BR2_PACKAGE_PHP_EXIT_LIBXML2
+	select BR2_PACKAGE_PHP_EXT_LIBXML2
 	help
 	  SimpleXML support
 




More information about the buildroot mailing list