From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gustavo Zacarias Date: Mon, 02 Jun 2008 10:15:56 -0300 Subject: [Buildroot] svn commit: trunk/buildroot/package/php In-Reply-To: <87fxrwf33x.fsf@macbook.be.48ers.dk> References: <20080601180414.033A73C836@busybox.net> <87fxrwf33x.fsf@macbook.be.48ers.dk> Message-ID: <4843F28C.3020100@zacarias.com.ar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Peter Korsgaard wrote: >>>>>> "antab" == antab writes: > > Hi, > > antab> Author: antab > antab> Date: 2008-06-01 11:04:13 -0700 (Sun, 01 Jun 2008) > antab> New Revision: 22164 > > antab> Log: > antab> Dump php to version 5.2.6 and add SimpleXML extension to config menu > > > antab> +config BR2_PACKAGE_PHP_EXT_SIMPLEXML > antab> + bool "simplexml" > antab> + depends on BR2_PACKAGE_PHP > antab> + select BR2_PACKAGE_PHP_EXIT_LIBXML2 > > > s/EXIT/EXT ? > > package/php/Config.ext:48:warning: 'select' used by config symbol > 'BR2_PACKAGE_PHP_EXT_SIMPLEXML' refers to undefined symbol > 'BR2_PACKAGE_PHP_EXIT_LIBXML2' Wonder if it's related to my report at http://bugs.uclibc.org/view.php?id=3484 If simplexml is an option shouldn't xmlreader/writer be so too? They all depend on libxml2 so they're unlikely to trigger bloat by themselves. For consistency they should all be options or none. Regards.