summaryrefslogtreecommitdiffstats
path: root/package/ecryptfs-utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ecryptfs-utils/Config.in')
-rw-r--r--package/ecryptfs-utils/Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in
index 480aeddc9b..62cf6c856a 100644
--- a/package/ecryptfs-utils/Config.in
+++ b/package/ecryptfs-utils/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
depends on !BR2_avr32 && !BR2_microblaze # keyutils
depends on BR2_LARGEFILE # libnss
depends on BR2_TOOLCHAIN_HAS_THREADS # libnss -> libnspr
- depends on !BR2_arc # libnss -> libnspr
+ depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr
help
eCryptfs is a POSIX-compliant enterprise cryptographic
filesystem for Linux. It is stacked on top of any other
@@ -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
OpenPOWER on IntegriCloud