From 5fa6d1a632505789409a2ba6cf8e112529f9db18 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 5 Oct 2015 11:15:43 +0200 Subject: Aboriginal linux/musl build fixes Signed-off-by: Denys Vlasenko --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3