From: Gustavo Zacarias Date: Fri, 6 Jul 2012 01:55:38 +0000 (+0000) Subject: gob2: needs MMU X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9741fd7031c648352b6acabfac4066f5482499fe;p=buildroot.git gob2: needs MMU m4 needs MMU, so does bison, and so does gob2 which uses bison. Fixes build failure: http://autobuild.buildroot.net/results/f942b4ac770f3c7b27c42214af5bcec49f687da1/build-end.log Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/gob2/Config.in b/package/gob2/Config.in index 562ac3123c..cbe30d66d0 100644 --- a/package/gob2/Config.in +++ b/package/gob2/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_GOB2 bool "gob2" depends on BR2_USE_WCHAR # glib2 + # m4 uses fork(), so does bison then + depends on BR2_USE_MMU select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_FLEX select BR2_PACKAGE_FLEX_LIBFL