| Submitter | Gustavo Zacarias |
|---|---|
| Date | Dec. 28, 2012, 10:59 a.m. |
| Message ID | <1356692341-26066-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/208436/ |
| State | Accepted |
| Commit | 9d9d842d871b8645f70c3a90f59f8e2e09935656 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fixes
Gustavo> http://autobuild.buildroot.net/results/b673ef6d6315dc5df77e000199a63f90904829d5
Committed both, thanks.
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
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(-)