aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-05 11:15:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-05 11:15:43 +0200
commit5fa6d1a632505789409a2ba6cf8e112529f9db18 (patch)
tree9666bad5a3b4ebd4c9dfabbe5b0f67617e075c00 /Config.in
parent12efcf3285a75d197704d2eef23824b3e4f11e66 (diff)
downloadbusybox-5fa6d1a632505789409a2ba6cf8e112529f9db18.tar.gz
Aboriginal linux/musl build fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 07b4bf36b..11371c783 100644
--- a/Config.in
+++ b/Config.in
@@ -514,6 +514,14 @@ config PIE
Most people will leave this set to 'N'.
+config LINK_WITH_PTHREAD
+ bool "Link with pthread library"
+ default n
+ help
+ On some systems, some libraries (such as crypt) also require pthread.
+
+ Select this only if your build otherwise fails.
+
config NOMMU
bool "Force NOMMU build"
default n