summaryrefslogtreecommitdiff
path: root/package/linux-pam
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-08-18 08:23:45 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-19 11:47:59 +0200
commit3ab6c65b4e239e94e192f3a3227d7bec83e829a0 (patch)
treef7236cedd00658ae176d2c05523002abb85b5456 /package/linux-pam
parent9cee55786aabfe641ea6bcc6af353dc80f007e59 (diff)
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>
Diffstat (limited to 'package/linux-pam')
-rw-r--r--package/linux-pam/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/linux-pam/Config.in b/package/linux-pam/Config.in
index f6cf5307d..7044073d2 100644
--- a/package/linux-pam/Config.in
+++ b/package/linux-pam/Config.in
@@ -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