| Submitter | Gustavo Zacarias |
|---|---|
| Date | Nov. 28, 2012, 1:24 p.m. |
| Message ID | <1354109043-12022-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/202453/ |
| State | Accepted |
| Commit | 737d92d9c271093e76a47d1e7c90b3c1e315f16a |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed both, thanks.
Patch
diff --git a/package/hiawatha/Config.in b/package/hiawatha/Config.in index 431a9fa..ac0aa10 100644 --- a/package/hiawatha/Config.in +++ b/package/hiawatha/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_HIAWATHA bool "hiawatha" + # needs fork() + depends on BR2_USE_MMU help Hiawatha is a webserver for Unix and has been built with security in mind. This resulted in a highly secure
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/hiawatha/Config.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)