打开--enable-slirp编译选项

This commit is contained in:
Adttil 2024-04-18 09:22:03 +08:00
parent 2341d60598
commit 566fdc8450

View File

@ -3,7 +3,7 @@
Name: qemu
Version: 8.2.0
Release: 8
Release: 9
Epoch: 11
Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -471,7 +471,7 @@ cd ../
--firmwarepath=%{_datadir}/%{name} \
--with-pkgversion=%{name}-%{version}-%{release} \
--python=/usr/bin/python3 \
--disable-slirp \
--enable-slirp \
--enable-slirp-smbd \
--enable-gtk \
--enable-docs \
@ -836,6 +836,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Thu Apr 18 2024 Tao Yang <yangtao286@huawei.com> - 11:8.2.0-9
- add '--enable-slirp' compilation options
* Wed Apr 17 2024 Jiabo Feng <fengjiabo1@huawei.com> - 11:8.2.0-8
- include/ui/rect.h: fix qemu_rect_init() mis-assignment