summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-12-18 17:42:40 +0000
committerThomas Sachau <tommy@gentoo.org>2009-12-18 17:42:40 +0000
commit2816c3e8c47b43467511c29b8888b6c34fe2dbff (patch)
treed77f75050b78b50f9f72a782c914818937102d8d /app-emulation
parentAdding app-misc/lockfile-progs to the tree (bug #106393). (diff)
downloadgentoo-2-2816c3e8c47b43467511c29b8888b6c34fe2dbff.tar.gz
gentoo-2-2816c3e8c47b43467511c29b8888b6c34fe2dbff.tar.bz2
gentoo-2-2816c3e8c47b43467511c29b8888b6c34fe2dbff.zip
Comment out pie and stack-protector filtering, remove with next version, if there are no complains
(Portage version: 2.2_rc60-r1/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-kvm/ChangeLog7
-rw-r--r--app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild7
2 files changed, 11 insertions, 3 deletions
diff --git a/app-emulation/qemu-kvm/ChangeLog b/app-emulation/qemu-kvm/ChangeLog
index a968546a6955..78f77eb31231 100644
--- a/app-emulation/qemu-kvm/ChangeLog
+++ b/app-emulation/qemu-kvm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/qemu-kvm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.5 2009/12/15 16:36:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.6 2009/12/18 17:42:40 tommy Exp $
+
+ 18 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ qemu-kvm-0.11.1.ebuild:
+ Comment out pie and stack-protector filtering, remove with next version,
+ if there are no complains
15 Dec 2009; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
change to qemu herd
diff --git a/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild b/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild
index 3b98b1f11b19..c3c9ca6e05a2 100644
--- a/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild
+++ b/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild,v 1.1 2009/12/09 08:15:38 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-0.11.1.ebuild,v 1.2 2009/12/18 17:42:40 tommy Exp $
EAPI="2"
@@ -94,7 +94,10 @@ src_prepare() {
src_configure() {
local conf_opts audio_opts softmmu_targets user_targets
- filter-flags -fpie -fstack-protector
+ #works fine for me without, drop with next version, if there are
+ #no complains
+ #Thomas Sachau <tommy@gentoo.org
+ #filter-flags -fpie -fstack-protector
for target in ${IUSE_SOFTMMU_TARGETS} ; do
use "qemu_softmmu_targets_${target}" && \