[Buildroot] [PATCH] package/proftpd: require threads

Matt Weber matthew.weber at rockwellcollins.com
Wed Feb 20 20:29:11 UTC 2019


Fixes
http://autobuild.buildroot.net/results/9c25c3cb3cf93b76c0538c5376a803641bf6575b

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
---
 package/proftpd/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in
index edec37c..d094b64 100644
--- a/package/proftpd/Config.in
+++ b/package/proftpd/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PROFTPD
 	bool "proftpd"
 	depends on BR2_USE_MMU # fork()
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  ProFTPD, a highly configurable FTP server.
 
@@ -89,3 +90,6 @@ config BR2_PACKAGE_PROFTPD_BUFFER_SIZE
 	  0 uses the default size of 1024.
 
 endif
+
+comment "proftpd needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.9.1



More information about the buildroot mailing list