diff mbox

[1/2] dialog: needs mmu

Message ID 1356692341-26066-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 9d9d842d871b8645f70c3a90f59f8e2e09935656
Headers show

Commit Message

Gustavo Zacarias Dec. 28, 2012, 10:59 a.m. UTC
Fixes
http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dialog/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Peter Korsgaard Dec. 28, 2012, 11:12 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes
 Gustavo> http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5

Committed both, thanks.
diff mbox

Patch

diff --git a/package/dialog/Config.in b/package/dialog/Config.in
index 9d3462e..db5197f 100644
--- a/package/dialog/Config.in
+++ b/package/dialog/Config.in
@@ -1,5 +1,6 @@ 
 config BR2_PACKAGE_DIALOG
 	bool "dialog"
+	depends on BR2_TOOLCHAIN_HAS_THREADS # fork()
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	help