[Buildroot] [PATCH] linux-pam: uses fork() needs MMU

Peter Korsgaard peter at korsgaard.com
Thu Aug 18 08:21:06 UTC 2016


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> 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 <wbx at openadk.org>

 > [...]

 >> 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



More information about the buildroot mailing list