d/rules: disable libssh by default

was always disabled in our clean builds, this now also avoids
auto-enabling it on "dirty" build hosts

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Thomas Lamprecht 2022-02-18 14:21:32 +01:00
parent f6d40bfdf4
commit fe0542bed9
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -57,6 +57,7 @@ ${BUILDDIR}/config.status: configure
--disable-guest-agent \
--disable-guest-agent-msi \
--disable-libnfs \
--disable-libssh \
--disable-libxml2 \
--disable-sdl \
--disable-smartcard \