summaryrefslogtreecommitdiffstats
path: root/package/keyutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/keyutils/Config.in')
-rw-r--r--package/keyutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in
index fcb075fa91..6f0758f473 100644
--- a/package/keyutils/Config.in
+++ b/package/keyutils/Config.in
@@ -2,8 +2,14 @@ config BR2_PACKAGE_KEYUTILS
bool "keyutils"
depends on !BR2_microblaze
depends on BR2_USE_MMU # fork()
+ depends on !BR2_STATIC_LIBS # dlopen
help
These tools are used to control the key management system
built into the Linux kernel.
http://people.redhat.com/~dhowells/keyutils/
+
+comment "keyutils needs a toolchain w/ dynamic library"
+ depends on !BR2_microblaze
+ depends on BR2_USE_MMU
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud