add libssh-4 as a build dependency

This commit is contained in:
Max Erenberg 2024-01-13 17:10:32 -05:00
parent f033dca190
commit 8cc537f79b
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ LIBGUESTFS_HV = scripts/qemu.sh
APPLIANCE_VERSION = 1.46.0
ifeq ($(shell test -e $(DEPS_DIR)/usr/lib/x86_64-linux-gnu/libvirt.so.0 && echo -n yes),yes)
CGO_LDFLAGS = -lvirt -lyajl
CGO_LDFLAGS = -lvirt -lyajl -l:libssh.so.4
endif
# Export LIBGUESTFS_DEBUG=1 to debug

View File

@ -20,6 +20,7 @@ libvirt_dependencies=(
libpmem1
libslirp0
libspice-server1
libssh-4
libusbredirparser1
libvdeplug2
libvirglrenderer1