From: Gustavo Zacarias Date: Tue, 19 Feb 2013 00:15:25 +0000 (+0000) Subject: inotify-tools: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1eccc01ff8d38a9e4e6e1864ebd66f491c962d1;p=buildroot.git inotify-tools: needs mmu Fixes http://autobuild.buildroot.net/results/8424451b46d6787fc586502fa5774564e4715ce8/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/inotify-tools/Config.in b/package/inotify-tools/Config.in index ed94b3f0ef..0a8c7c9f73 100644 --- a/package/inotify-tools/Config.in +++ b/package/inotify-tools/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_INOTIFY_TOOLS bool "inotify-tools" depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork() help inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify.