From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Thu, 18 Aug 2016 10:21:06 +0200 Subject: [Buildroot] [PATCH] linux-pam: uses fork() needs MMU In-Reply-To: <20160818064956.jf7gt374yeehslfi@tarshish> (Baruch Siach's message of "Thu, 18 Aug 2016 09:49:56 +0300") References: <20160818062345.GA28431@waldemar-brodkorb.de> <20160818064956.jf7gt374yeehslfi@tarshish> Message-ID: <87vayypjwt.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Baruch" == Baruch Siach writes: > Hi Waldemar, > On Thu, Aug 18, 2016 at 08:23:45AM +0200, Waldemar Brodkorb wrote: >> Fixes: >> http://autobuild.buildroot.net/results/8c9/8c9a5fe52f762b4ff4444cf41efdf0d3cf203986/ >> >> Signed-off-by: Waldemar Brodkorb > [...] >> diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in >> index 429dfa7..657bcdd 100644 >> --- a/package/util-linux/Config.in >> +++ b/package/util-linux/Config.in >> @@ -63,6 +63,7 @@ config BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH >> depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam >> depends on !BR2_STATIC_LIBS >> depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam >> + depends on BR2_USE_MMU # linux-pam >> select BR2_PACKAGE_LINUX_PAM >> help >> Change login shell, real user name and information > Lots of packages select BR2_PACKAGE_UTIL_LINUX. All of them (and all packages > that select them) now need to depend on BR2_USE_MMU. Notice that this is only for BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS / BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH (which nothing selects), not the toplevel util-linux option. -- Bye, Peter Korsgaard