diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-10-10 13:36:14 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-10-10 13:36:14 +0000 |
commit | 0a40d493e9c8eeb7a35704f73a07c97dac45708a (patch) | |
tree | 16bf75e9ea4d27f626ba83620666ee2c64418c59 /app-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-0a40d493e9c8eeb7a35704f73a07c97dac45708a.tar.gz gentoo-2-0a40d493e9c8eeb7a35704f73a07c97dac45708a.tar.bz2 gentoo-2-0a40d493e9c8eeb7a35704f73a07c97dac45708a.zip |
re-add hardened flags.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.0_pre20051007.ebuild | 9 |
3 files changed, 14 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 9cd641aa6034..6a32076111cf 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.6 2005/10/08 12:32:33 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.7 2005/10/10 13:36:14 chrb Exp $ + + 10 Oct 2005; Chris Bainbridge <chrb@gentoo.org> + xen-3.0.0_pre20051007.ebuild: + re-add hardened flags. *xen-3.0.0_pre20051007 (08 Oct 2005) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 5431e06bc59a..1af1bc0190fd 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -7,4 +7,4 @@ MD5 11ef318e35fcfed12931f182fc01955a files/xendomains-conf 180 MD5 a8399d2d398bb05f40dd3e9bf4332af1 files/xendomains-init 1663 MD5 23ec60d5040f966fda250a47d8903428 metadata.xml 252 MD5 b25e5ad259e28bab5d8d3b4c0a62d278 xen-2.0.7.ebuild 2853 -MD5 fe7ae6018a56e15c91f0cdf8cc4a6436 xen-3.0.0_pre20051007.ebuild 2012 +MD5 ceee67da023ee18cc30852b591d99da8 xen-3.0.0_pre20051007.ebuild 2166 diff --git a/app-emulation/xen/xen-3.0.0_pre20051007.ebuild b/app-emulation/xen/xen-3.0.0_pre20051007.ebuild index 9b59f8d1c2e6..0bdd29db8396 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.1 2005/10/08 12:32:33 chrb Exp $ +# $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 $ inherit mount-boot @@ -30,6 +30,13 @@ DEPEND="sys-apps/iproute2 S="${WORKDIR}/xen-unstable-${DATE}" +src_unpack() { + unpack ${A} + # hardened flags + echo "CFLAGS += -nopie -fno-stack-protector -fno-stack-protector-all" \ + >> ${S}/xen/arch/x86/Rules.mk +} + src_compile() { local myopt if use debug; then |