[pve-devel] [PATCH pve-qemu 2/3] debian: ignore submodule checks in QEMU build

Stefan Reiter s.reiter at proxmox.com
Thu May 27 12:43:33 CEST 2021


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

Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 349c610..1f623d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \
-- 
2.20.1






More information about the pve-devel mailing list