]> git.proxmox.com Git - pve-qemu.git/commitdiff
debian: ignore submodule checks in QEMU build
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 27 May 2021 10:43:33 +0000 (12:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 May 2021 09:29:44 +0000 (11:29 +0200)
...we do those manually, and the build dir is not a git repo.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
debian/rules

index 349c610c0ba97db2437ae4f10f62ba7e17a1c5f6..1f623d8e326818b22a2b4935ef5ceddb1ee764b2 100755 (executable)
@@ -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 \