summaryrefslogtreecommitdiffstats
path: root/package/ecryptfs-utils
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2014-12-07 12:09:33 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-07 21:21:53 +0100
commit40a53388ea297308dbfd2397f71c935bc0515a49 (patch)
tree3633287d9c2953bc822cf147ef8f602c9e0dcb63 /package/ecryptfs-utils
parentc5f0e93d2cc6107cce249e1f11158aeccb4a3449 (diff)
downloadbuildroot-40a53388ea297308dbfd2397f71c935bc0515a49.tar.gz
buildroot-40a53388ea297308dbfd2397f71c935bc0515a49.zip
package/libnss: need dynamic library support
Fixes: http://autobuild.buildroot.net/results/e01733c4b8c23f62e2081f0c4aadc16e22c4a2c4/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ecryptfs-utils')
-rw-r--r--package/ecryptfs-utils/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in
index 0d912c7af2..16c0d696ae 100644
--- a/package/ecryptfs-utils/Config.in
+++ b/package/ecryptfs-utils/Config.in
@@ -14,6 +14,7 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
depends on BR2_TOOLCHAIN_HAS_THREADS # libnss -> libnspr
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr
depends on !BR2_MIPS_NABI32 # libnss
+ depends on !BR2_PREFER_STATIC_LIB # libnss
help
eCryptfs is a POSIX-compliant enterprise cryptographic
filesystem for Linux. It is stacked on top of any other
@@ -29,8 +30,9 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
http://ecryptfs.org
-comment "ecryptfs-utils needs a toolchain w/ largefile, threads, wchar"
+comment "ecryptfs-utils needs a toolchain w/ largefile, threads, wchar, dynamic library"
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 || !BR2_USE_WCHAR
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
+ BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud