sudo: needs MMU support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Aug 2012 21:50:44 +0000 (23:50 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 2 Aug 2012 19:44:20 +0000 (21:44 +0200)
Fixes
http://autobuild.buildroot.org/results/46bcd9601233ca14d6747d9219669e4f52f147e6/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sudo/Config.in

index fc0a175ec9f4e8f6ae0ae8a4bdbfbedc87135a8a..cd7ab812103aaf6cb966a4b5915bc7333739d2af 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_SUDO
        bool "sudo"
+       # uses fork()
+       depends on BR2_USE_MMU
        help
          Sudo is a program designed to allow a sysadmin to give
          limited root privileges to users and log root activity.  The