| Submitter | Gustavo Zacarias |
|---|---|
| Date | Feb. 13, 2013, 10:03 a.m. |
| Message ID | <1360749823-26295-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/220104/ |
| State | Accepted |
| Commit | c111e4a3920fda9d300d211643d22bf7c06720d6 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fixes
Gustavo> http://autobuild.buildroot.net/results/0b73d2b45a5bac94b65893725de46d87a9626b37/
Committed, thanks.
Patch
diff --git a/package/thttpd/Config.in b/package/thttpd/Config.in index 172a2d6..d359785 100644 --- a/package/thttpd/Config.in +++ b/package/thttpd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_THTTPD bool "thttpd" + depends on BR2_USE_MMU # fork() help thttpd is a simple, small, portable, fast, and secure HTTP server
Fixes http://autobuild.buildroot.net/results/0b73d2b45a5bac94b65893725de46d87a9626b37/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/thttpd/Config.in | 1 + 1 file changed, 1 insertion(+)