debian: ignore submodule checks in QEMU build

...we do those manually, and the build dir is not a git repo.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
master
Stefan Reiter 2021-05-27 12:43:33 +02:00 committed by Thomas Lamprecht
parent 8dca018b68
commit eb96e850ac
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -41,6 +41,7 @@ ${BUILDDIR}/config.status: configure
# guest-agent is only required for guest systems
./configure \
--with-git-submodules=ignore \
--docdir=/usr/share/doc/pve-qemu-kvm \
--localstatedir=/var \
--prefix=/usr \