diff options
author | 2020-10-21 22:21:25 +0200 | |
---|---|---|
committer | 2020-10-21 21:55:00 +0100 | |
commit | c3e69a937f95044c6ccebc72b040d32e6dd0297d (patch) | |
tree | eb2a0f4c813fe173782912e8c4b10a291966310f /app-emulation | |
parent | app-emulation/qemu-9999: Reflect targets move (diff) | |
download | gentoo-c3e69a937f95044c6ccebc72b040d32e6dd0297d.tar.gz gentoo-c3e69a937f95044c6ccebc72b040d32e6dd0297d.tar.bz2 gentoo-c3e69a937f95044c6ccebc72b040d32e6dd0297d.zip |
app-emulation/qemu-9999: Remove qemu-9999-cflags.patch
In upstream commit of v5.1.0-1916-g5770e8afd6 qemu removed CFLAGS
clobbering (among other env vars) rendering our patch redundant.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/files/qemu-9999-cflags.patch | 12 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/qemu/files/qemu-9999-cflags.patch b/app-emulation/qemu/files/qemu-9999-cflags.patch deleted file mode 100644 index 1c732a453a91..000000000000 --- a/app-emulation/qemu/files/qemu-9999-cflags.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/configure -+++ b/configure -@@ -6349,9 +6349,6 @@ if test "$debug_info" = "yes"; then - CFLAGS="-g $CFLAGS" - LDFLAGS="-g $LDFLAGS" - fi --if test "$debug" = "no"; then -- CFLAGS="-O2 $CFLAGS" --fi - - case "$ARCH" in - alpha) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 2b03ed218eda..764cce197cfa 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -225,7 +225,6 @@ RDEPEND="${CDEPEND} PATCHES=( "${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch - "${FILESDIR}"/${PN}-9999-cflags.patch ) QA_PREBUILT=" |