qemu.spec: add "--enable-debug" parameter to configure.
(cherry picked from commit 64b9ff905211b4a6f318d77e6183bac89873cf59)
This commit is contained in:
parent
f7e17bbe44
commit
a0a3c6a357
@ -1,6 +1,6 @@
|
||||
Name: qemu
|
||||
Version: 6.2.0
|
||||
Release: 23
|
||||
Release: 24
|
||||
Epoch: 2
|
||||
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
||||
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
||||
@ -429,7 +429,8 @@ cd ../
|
||||
--disable-smartcard \
|
||||
--enable-zstd \
|
||||
--disable-brlapi \
|
||||
--disable-plugins
|
||||
--disable-plugins \
|
||||
--enable-debug
|
||||
|
||||
make %{?_smp_mflags} $buildldflags V=1
|
||||
|
||||
@ -681,6 +682,9 @@ getent passwd qemu >/dev/null || \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 14 2022 jiangdawei <jiangdawei15@huawei.com>
|
||||
- qemu.spec: Add --enable-debug parameter to configure
|
||||
|
||||
* Thu Mar 03 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
- tools/virtiofsd: Add rseq syscall to the seccomp allowlist
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user