projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc962e
)
libssh: needs shared library support
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 1 Oct 2015 17:33:05 +0000
(20:33 +0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 2 Oct 2015 14:39:08 +0000
(16:39 +0200)
libssh builds libssh.so unconditionally.
Fixes:
http://autobuild.buildroot.net/results/7c7/
7c7da08c71b5378b68631e3844088307080f6f9e
/
http://autobuild.buildroot.net/results/a19/
a19c619f4561f5426236b958f09cab4c095a63cc
/
http://autobuild.buildroot.net/results/d6d/
d6dd4a9b787d654b4173c03174a2fd72bdc017b3
/
and more.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libssh/Config.in
patch
|
blob
|
history
diff --git
a/package/libssh/Config.in
b/package/libssh/Config.in
index e8ef6028ca6fbdb100627f766e480b46159b6eaf..30aabd621fb6ba2da10c3c43c149769aa170b7ff 100644
(file)
--- 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