]> git.proxmox.com Git - pve-qemu.git/commitdiff
d/rules: explicitly disable building slirp
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 14 Dec 2022 14:16:33 +0000 (15:16 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Dec 2022 10:47:25 +0000 (11:47 +0100)
Otherwise, it depends on whether libslirp-devel is installed or not.
See the previous commit message for more context.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/rules

index 0226c43d2daaba8d2871e8f4838836684dafbac1..89c234a94258d8b5b70c6fc2d96649812ea16c1e 100755 (executable)
@@ -62,6 +62,7 @@ ${BUILDDIR}/config.status: configure
        --disable-smartcard \
        --disable-strip \
        --disable-xen \
+       --disable-slirp \
        --enable-curl \
        --enable-docs \
        --enable-glusterfs \