diff mbox

inotify-tools: needs mmu

Message ID 1361268925-16980-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit d1eccc01ff8d38a9e4e6e1864ebd66f491c962d1
Headers show

Commit Message

Gustavo Zacarias Feb. 19, 2013, 10:15 a.m. UTC
Fixes
http://autobuild.buildroot.net/results/8424451b46d6787fc586502fa5774564e4715ce8/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/inotify-tools/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Feb. 19, 2013, 11:40 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes
 Gustavo> http://autobuild.buildroot.net/results/8424451b46d6787fc586502fa5774564e4715ce8/

Committed, thanks.
diff mbox

Patch

diff --git a/package/inotify-tools/Config.in b/package/inotify-tools/Config.in
index ed94b3f..0a8c7c9 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.