]> git.proxmox.com Git - pve-qemu.git/commitdiff
d/rules: enable slirp again
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 20 Dec 2022 08:19:51 +0000 (09:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Dec 2022 12:52:16 +0000 (13:52 +0100)
Commit d03e1b3 ("update submodule and patches to 7.2.0") argued that
slirp is not explicitly supported in PVE, but that is not true. In
qemu-server, user networking is supported (via CLI/API) when no bridge
is set on a virtual NIC. So slirp needs to stay to keep such NICs
working.

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

index 89c234a94258d8b5b70c6fc2d96649812ea16c1e..6d5f88256910ffd6f2cab1a0b5fef5c171da6391 100755 (executable)
@@ -62,7 +62,6 @@ ${BUILDDIR}/config.status: configure
        --disable-smartcard \
        --disable-strip \
        --disable-xen \
-       --disable-slirp \
        --enable-curl \
        --enable-docs \
        --enable-glusterfs \
@@ -75,6 +74,7 @@ ${BUILDDIR}/config.status: configure
        --enable-opengl \
        --enable-rbd \
        --enable-seccomp \
+       --enable-slirp \
        --enable-spice \
        --enable-usb-redir \
        --enable-virglrenderer \