From: Baruch Siach Date: Wed, 27 Nov 2013 15:48:40 +0000 (+0200) Subject: ecryptfs-utils: add a dependencies comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5be04371a33fa464ff31c55c91c7cf133c65a507;p=buildroot.git ecryptfs-utils: add a dependencies comment Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in index 4b34e0f7f6..62cf6c856a 100644 --- a/package/ecryptfs-utils/Config.in +++ b/package/ecryptfs-utils/Config.in @@ -21,3 +21,9 @@ config BR2_PACKAGE_ECRYPTFS_UTILS for another method. http://ecryptfs.org + +comment "ecryptfs-utils needs a toolchain w/ largefile, threads" + depends on !BR2_avr32 && !BR2_microblaze + depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT + depends on BR2_USE_MMU + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS