* [Buildroot] [PATCH] libssh: needs shared library support
@ 2015-10-01 17:33 Baruch Siach
2015-10-02 14:39 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2015-10-01 17:33 UTC (permalink / raw)
To: buildroot
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>
---
package/libssh/Config.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/libssh/Config.in b/package/libssh/Config.in
index e8ef6028ca6f..30aabd621fb6 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
--
2.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libssh: needs shared library support
2015-10-01 17:33 [Buildroot] [PATCH] libssh: needs shared library support Baruch Siach
@ 2015-10-02 14:39 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-10-02 14:39 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> 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>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-02 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 17:33 [Buildroot] [PATCH] libssh: needs shared library support Baruch Siach
2015-10-02 14:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox