linux-pam: uses fork(), needs MMU
Fixes: http://autobuild.buildroot.net/results/8c9a5fe52f762b4ff4444cf41efdf0d3cf203986/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9cee55786a
commit
3ab6c65b4e
@ -11,6 +11,7 @@ config BR2_PACKAGE_LINUX_PAM
|
||||
# for details.
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
A Security Framework that Provides Authentication for Applications
|
||||
|
||||
|
@ -5,6 +5,7 @@ config BR2_PACKAGE_NODM
|
||||
depends on !BR2_STATIC_LIBS # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs wordexp.h
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
help
|
||||
|
@ -8,6 +8,7 @@ config BR2_PACKAGE_PYTHON_PAM
|
||||
depends on BR2_PACKAGE_PYTHON # C extension not compatible with python3
|
||||
depends on BR2_ENABLE_LOCALE # linux-pam
|
||||
depends on BR2_USE_WCHAR # linux-pam
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
depends on !BR2_STATIC_LIBS # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
|
@ -17,6 +17,7 @@ config BR2_PACKAGE_RSH_REDONE_RLOGIND
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_ENABLE_LOCALE && BR2_USE_WCHAR
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
|
||||
comment "rlogind needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
|
||||
@ -31,6 +32,7 @@ config BR2_PACKAGE_RSH_REDONE_RSHD
|
||||
depends on BR2_ENABLE_LOCALE && BR2_USE_WCHAR
|
||||
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
|
||||
|
||||
comment "rshd needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
|
||||
|
@ -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
|
||||
@ -127,6 +128,7 @@ config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
|
||||
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
|
||||
Build login utilities (last, login, su, sulogin)
|
||||
|
Loading…
Reference in New Issue
Block a user