From 74b2f47f58447cfe9e3abda5e767571c441c2f79 Mon Sep 17 00:00:00 2001 From: wangpc Date: Wed, 10 Apr 2024 13:50:34 +0800 Subject: [PATCH] Enable building libslirp of qemu This is the user mode network backend support in qemu. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 69e29279ca3..3cda44a4b1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -937,7 +937,8 @@ stamps/build-qemu: $(QEMU_SRCDIR) $(QEMU_SRC_GIT) $(PREPARATION_STAMP) --prefix=$(INSTALL_DIR) \ --target-list=$(QEMU_TARGETS) \ --interp-prefix=$(INSTALL_DIR)/sysroot \ - --python=python3 + --python=python3 \ + --enable-slirp $(MAKE) -C $(notdir $@) $(MAKE) -C $(notdir $@) install mkdir -p $(dir $@)