From: Gustavo Zacarias Date: Mon, 4 Aug 2014 13:20:34 +0000 (-0300) Subject: samba4: add comment mmu depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd62e507404887154a3cbd1b178ddb67d6fe0b87;p=buildroot.git samba4: add comment mmu depends Otherwise it shows up indirectly when toolchain options aren't enough and then vanishes when they are fulfilled. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/samba4/Config.in b/package/samba4/Config.in index 7008ba2037..60e0f55475 100644 --- a/package/samba4/Config.in +++ b/package/samba4/Config.in @@ -22,3 +22,4 @@ config BR2_PACKAGE_SAMBA4 comment "samba4 needs a toolchain w/ IPv6, wchar, largfile, threads" depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || \ !BR2_USE_WCHAR || !BR2_INET_IPV6 + depends on BR2_USE_MMU