summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-01-21 20:49:13 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-01-21 20:49:13 +0000
commitb6b94d94ca6849b774bc9725363027022af06236 (patch)
treed8fa1658d6f3f91ca3167f60be0d60f84e74597b
parentForce autoreconf on user patches only. (diff)
downloadgentoo-2-b6b94d94ca6849b774bc9725363027022af06236.tar.gz
gentoo-2-b6b94d94ca6849b774bc9725363027022af06236.tar.bz2
gentoo-2-b6b94d94ca6849b774bc9725363027022af06236.zip
Filter -ftracer out (bug #263837 by Willie Wong).
(Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)
-rw-r--r--app-emulation/kqemu/ChangeLog6
-rw-r--r--app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/kqemu/ChangeLog b/app-emulation/kqemu/ChangeLog
index 84df726d665f..ce9331656598 100644
--- a/app-emulation/kqemu/ChangeLog
+++ b/app-emulation/kqemu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/kqemu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.34 2012/01/21 20:21:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/ChangeLog,v 1.35 2012/01/21 20:49:13 slyfox Exp $
+
+ 21 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ kqemu-1.4.0_pre1-r1.ebuild:
+ Filter -ftracer out (bug #263837 by Willie Wong).
21 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org>
+files/kqemu-1.4.0_pre1-remove-smp_lock.patch, kqemu-1.4.0_pre1-r1.ebuild:
diff --git a/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild b/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild
index 684a8b45e58f..b6be4bba39cc 100644
--- a/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild
+++ b/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild,v 1.5 2012/01/21 20:21:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/kqemu/kqemu-1.4.0_pre1-r1.ebuild,v 1.6 2012/01/21 20:49:13 slyfox Exp $
inherit eutils flag-o-matic linux-mod toolchain-funcs
@@ -46,7 +46,7 @@ src_unpack() {
}
src_compile() {
- filter-flags -fpie -fstack-protector
+ filter-flags -fpie -fstack-protector -ftracer #263837
./configure --kernel-path="${KV_DIR}" \
--cc="$(tc-getCC)" \