From 5a7b38619c8b46555b76428eb0876b4d45083c37 Mon Sep 17 00:00:00 2001 From: jiang-dawei15 Date: Fri, 11 Mar 2022 14:31:42 +0800 Subject: [PATCH] qemu.spec: add "--enable-debug" parameter to configure. (cherry picked from commit 64b9ff905211b4a6f318d77e6183bac89873cf59) --- qemu.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index b476bf2..28fa8f3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 +- qemu.spec: Add --enable-debug parameter to configure + * Thu Mar 03 2022 Chen Qun - tools/virtiofsd: Add rseq syscall to the seccomp allowlist -- Gitee