Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/, app-emulation/qemu/files/
Date: Sat, 05 Sep 2020 07:08:26
Message-Id: 1599289695.db151e97734c6c7519ee5632619cfe288c9a34b0.slyfox@gentoo
1 commit: db151e97734c6c7519ee5632619cfe288c9a34b0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 06:49:15 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 07:08:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db151e97
7
8 app-emulation/qemu: refresh cflags.patch patch
9
10 Reported-by: Darren Blaber
11 Bug: https://bugs.gentoo.org/740386
12 Package-Manager: Portage-3.0.5, Repoman-3.0.1
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 app-emulation/qemu/files/qemu-9999-cflags.patch | 12 ++++++++++++
16 app-emulation/qemu/qemu-9999.ebuild | 2 +-
17 2 files changed, 13 insertions(+), 1 deletion(-)
18
19 diff --git a/app-emulation/qemu/files/qemu-9999-cflags.patch b/app-emulation/qemu/files/qemu-9999-cflags.patch
20 new file mode 100644
21 index 00000000000..1c732a453a9
22 --- /dev/null
23 +++ b/app-emulation/qemu/files/qemu-9999-cflags.patch
24 @@ -0,0 +1,12 @@
25 +--- a/configure
26 ++++ b/configure
27 +@@ -6349,9 +6349,6 @@ if test "$debug_info" = "yes"; then
28 + CFLAGS="-g $CFLAGS"
29 + LDFLAGS="-g $LDFLAGS"
30 + fi
31 +-if test "$debug" = "no"; then
32 +- CFLAGS="-O2 $CFLAGS"
33 +-fi
34 +
35 + case "$ARCH" in
36 + alpha)
37
38 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
39 index 927a6f83b68..bfe6e0f0f9c 100644
40 --- a/app-emulation/qemu/qemu-9999.ebuild
41 +++ b/app-emulation/qemu/qemu-9999.ebuild
42 @@ -223,7 +223,7 @@ RDEPEND="${CDEPEND}
43
44 PATCHES=(
45 "${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch
46 - "${FILESDIR}"/${PN}-4.2.0-cflags.patch
47 + "${FILESDIR}"/${PN}-9999-cflags.patch
48 "${FILESDIR}"/${PN}-5.1.0-pixman-for-vhost-user-gpu.patch
49 )