diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-10-10 13:44:37 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-10-10 13:44:37 +0000 |
commit | 215b4f6f73c77b2210d639c403ff46afee482201 (patch) | |
tree | b3bb0378594d4c7f6b47a519d22458d37b62b4a5 /app-emulation/xen | |
parent | re-add hardened flags. (diff) | |
download | historical-215b4f6f73c77b2210d639c403ff46afee482201.tar.gz historical-215b4f6f73c77b2210d639c403ff46afee482201.tar.bz2 historical-215b4f6f73c77b2210d639c403ff46afee482201.zip |
add disabling cflags einfo
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.0_pre20051007.ebuild | 3 |
3 files changed, 9 insertions, 4 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/Manifest b/app-emulation/xen/Manifest index 80df990405b1..118066a34edf 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,4 +1,4 @@ -MD5 db575728f80858c4dee58864bd3cbc5f ChangeLog 1599 +MD5 46c99eb47f30ac7e1f2842ecb4456626 ChangeLog 1711 MD5 6eaea330ed78459069eb5ba608e654dd files/digest-xen-2.0.7 63 MD5 c9b4ec0d862e7d516ad6793c7240a237 files/digest-xen-3.0.0_pre20051007 75 MD5 16d372298e94a8eef72c1943b1ed5561 files/xend-conf 347 @@ -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 8809ad5d8a2a5baf06e47965f08dc0d8 xen-3.0.0_pre20051007.ebuild 2166 +MD5 0e73f62a4420355eeceb47c56b4ca8fd xen-3.0.0_pre20051007.ebuild 2204 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 } |