package/qemu: disable libssh for the host variant
authorRomain Naour <romain.naour@gmail.com>
Mon, 6 Apr 2020 14:21:56 +0000 (16:21 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 6 Apr 2020 18:18:06 +0000 (20:18 +0200)
commit0c4a80c7c406f2311f06c5d3eb250127c7cdb956
tree338e8d9cb71ddc9bb7de5e84f29bb49a61a2f463
parent7ae7c82dd617cb76dd9f4e43b32eea151528d818
package/qemu: disable libssh for the host variant

There is no host-libssh in Buildroot, avoid qemu build system
to find libssh from the host.

Under certain circumstances (host distribution, openssl version), the
qemu-system binary fail to start:

host/bin/qemu-system-aarch64: symbol lookup error: /lib64/libssh.so.4: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

$ ldd output/host/bin/qemu-system-aarch64
[...]
libssh.so.4 => /lib64/libssh.so.4

Explicitely disable libssh for the host variant.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/qemu/qemu.mk