diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-05 11:15:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-05 11:15:43 +0200 |
commit | 5fa6d1a632505789409a2ba6cf8e112529f9db18 (patch) | |
tree | 9666bad5a3b4ebd4c9dfabbe5b0f67617e075c00 /Config.in | |
parent | 12efcf3285a75d197704d2eef23824b3e4f11e66 (diff) | |
download | busybox-w32-5fa6d1a632505789409a2ba6cf8e112529f9db18.tar.gz busybox-w32-5fa6d1a632505789409a2ba6cf8e112529f9db18.tar.bz2 busybox-w32-5fa6d1a632505789409a2ba6cf8e112529f9db18.zip |
Aboriginal linux/musl build fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -514,6 +514,14 @@ config PIE | |||
514 | 514 | ||
515 | Most people will leave this set to 'N'. | 515 | Most people will leave this set to 'N'. |
516 | 516 | ||
517 | config LINK_WITH_PTHREAD | ||
518 | bool "Link with pthread library" | ||
519 | default n | ||
520 | help | ||
521 | On some systems, some libraries (such as crypt) also require pthread. | ||
522 | |||
523 | Select this only if your build otherwise fails. | ||
524 | |||
517 | config NOMMU | 525 | config NOMMU |
518 | bool "Force NOMMU build" | 526 | bool "Force NOMMU build" |
519 | default n | 527 | default n |