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>
This commit is contained in:
parent
7ae7c82dd6
commit
0c4a80c7c4
@ -303,6 +303,7 @@ define HOST_QEMU_CONFIGURE_CMDS
|
||||
--extra-cflags="$(HOST_QEMU_CFLAGS)" \
|
||||
--extra-ldflags="$(HOST_LDFLAGS)" \
|
||||
--python=$(HOST_DIR)/bin/python3 \
|
||||
--disable-libssh \
|
||||
$(HOST_QEMU_OPTS)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user