summaryrefslogtreecommitdiff
path: root/package/nodm
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/nodm
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/nodm')
-rw-r--r--package/nodm/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nodm/Config.in b/package/nodm/Config.in
index b8629a275..97ce8c39c 100644
--- a/package/nodm/Config.in
+++ b/package/nodm/Config.in
@@ -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