summaryrefslogtreecommitdiffstats
path: root/package/flex/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* flex: fix build for nommu systemsGustavo Zacarias2012-11-301-5/+5
| | | | | | | | | | | | The flex binary uses fork() so it breaks on !MMU builds. Since we usually don't require flex in the target and the common scenario is that we just want libfl in staging reverse the options so that BR2_PACKAGE_FLEX just builds and install libfl.a and change the LIBFL option to BR2_PACKAGE_FLEX_BINARY to install the binary in the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Use /usr/lib instead of /lib for flexUlf Samuelsson2007-11-291-2/+2
|
* add option to install libfl.a per case 0000438David Anders2006-01-231-0/+8
|
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-4/+4
|
* final step in buildroot faceliftEric Andersen2004-10-091-0/+8