打开--enable-slirp编译选项
This commit is contained in:
parent
2341d60598
commit
566fdc8450
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: qemu
|
Name: qemu
|
||||||
Version: 8.2.0
|
Version: 8.2.0
|
||||||
Release: 8
|
Release: 9
|
||||||
Epoch: 11
|
Epoch: 11
|
||||||
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
||||||
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
||||||
@ -471,7 +471,7 @@ cd ../
|
|||||||
--firmwarepath=%{_datadir}/%{name} \
|
--firmwarepath=%{_datadir}/%{name} \
|
||||||
--with-pkgversion=%{name}-%{version}-%{release} \
|
--with-pkgversion=%{name}-%{version}-%{release} \
|
||||||
--python=/usr/bin/python3 \
|
--python=/usr/bin/python3 \
|
||||||
--disable-slirp \
|
--enable-slirp \
|
||||||
--enable-slirp-smbd \
|
--enable-slirp-smbd \
|
||||||
--enable-gtk \
|
--enable-gtk \
|
||||||
--enable-docs \
|
--enable-docs \
|
||||||
@ -836,6 +836,9 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 17 2024 Jiabo Feng <fengjiabo1@huawei.com> - 11:8.2.0-8
|
||||||
- include/ui/rect.h: fix qemu_rect_init() mis-assignment
|
- include/ui/rect.h: fix qemu_rect_init() mis-assignment
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user