| Submitter | Gustavo Zacarias |
|---|---|
| Date | Dec. 28, 2012, 10:59 a.m. |
| Message ID | <1356692341-26066-2-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/208437/ |
| State | Accepted |
| Commit | 2eb995759d2e24e4e1f584439d2a272be68b4bba |
| Headers | show |
Comments
Patch
diff --git a/package/vsftpd/Config.in b/package/vsftpd/Config.in index 8414c88..3d4cff1 100644 --- a/package/vsftpd/Config.in +++ b/package/vsftpd/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_VSFTPD bool "vsftpd" + depends on BR2_TOOLCHAIN_HAS_THREADS # fork() help vsftpd is an ftp daemon written with security in mind. http://vsftpd.beasts.org/
Fixes http://autobuild.buildroot.net/results/067cfbab9fa26e9e5f321f661e8f4ac0e19249e1 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/vsftpd/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)