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>
This commit is contained in:
parent
8dca018b68
commit
eb96e850ac
1
debian/rules
vendored
1
debian/rules
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user