summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libssh/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libssh/Config.in b/package/libssh/Config.in
index e8ef6028ca..30aabd621f 100644
--- a/package/libssh/Config.in
+++ b/package/libssh/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBSSH
bool "libssh"
depends on BR2_USE_MMU # fork()
+ depends on !BR2_STATIC_LIBS
# Either OpenSSL or libgcrypt are mandatory
select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
help
@@ -10,3 +11,7 @@ config BR2_PACKAGE_LIBSSH
secure and transparent tunnel for your remote applications.
http://www.libssh.org/
+
+comment "libssh needs a toolchain w/ dynamic library"
+ depends on BR2_USE_MMU
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud