summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen')
-rw-r--r--app-emulation/xen/ChangeLog6
-rw-r--r--app-emulation/xen/xen-3.0.0_pre20051007.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog
index 6a32076111cf..9e810bdb1202 100644
--- a/app-emulation/xen/ChangeLog
+++ b/app-emulation/xen/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/xen
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.7 2005/10/10 13:36:14 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.8 2005/10/10 13:44:37 chrb Exp $
+
+ 10 Oct 2005; Chris Bainbridge <chrb@gentoo.org>
+ xen-3.0.0_pre20051007.ebuild:
+ add disabling cflags einfo
10 Oct 2005; Chris Bainbridge <chrb@gentoo.org>
xen-3.0.0_pre20051007.ebuild:
diff --git a/app-emulation/xen/xen-3.0.0_pre20051007.ebuild b/app-emulation/xen/xen-3.0.0_pre20051007.ebuild
index 0bdd29db8396..b4881fac5497 100644
--- a/app-emulation/xen/xen-3.0.0_pre20051007.ebuild
+++ b/app-emulation/xen/xen-3.0.0_pre20051007.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0_pre20051007.ebuild,v 1.2 2005/10/10 13:36:14 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.0_pre20051007.ebuild,v 1.3 2005/10/10 13:44:37 chrb Exp $
inherit mount-boot
@@ -33,6 +33,7 @@ S="${WORKDIR}/xen-unstable-${DATE}"
src_unpack() {
unpack ${A}
# hardened flags
+ einfo "Disabling PIE and SSP CFLAGS"
echo "CFLAGS += -nopie -fno-stack-protector -fno-stack-protector-all" \
>> ${S}/xen/arch/x86/Rules.mk
}