!924 打开--enable-slirp编译选项

From: @adttil 
Reviewed-by: @Ye-Xiao12, @imxcc 
Signed-off-by: @imxcc
This commit is contained in:
openeuler-ci-bot 2024-04-18 13:02:44 +00:00 committed by Gitee
commit d79001cd47
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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