coreutils: needs mmu
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 7 Feb 2013 00:37:52 +0000 (00:37 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 7 Feb 2013 12:51:57 +0000 (13:51 +0100)
Fixes:
http://autobuild.buildroot.net/results/bb975d928c08d31d0c1ecfb9519034865120b244/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/coreutils/Config.in

index bfd6f26203c84afe8369ba1f1cb79da8e13b40ef..c416ab1d45bc73dcc9ba288b0605f890efb00ae9 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_COREUTILS
        bool "coreutils"
        depends on BR2_USE_WCHAR
+       depends on BR2_USE_MMU # fork()
        help
          All of the basic file/text/shell utilities.  These are the
          core utilities which are expected to exist on every system.