diff options
author | Alexander Gabert <pappy@gentoo.org> | 2003-09-06 22:50:41 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2003-09-06 22:50:41 +0000 |
commit | a5a7cc1ca66aed0a6bfece89a49c98b4c7416743 (patch) | |
tree | 45a6d599c9a6a9d03470f1c7fdba1507c023110f /sys-apps/grub | |
parent | added hardened-gcc excludes (diff) | |
download | historical-a5a7cc1ca66aed0a6bfece89a49c98b4c7416743.tar.gz historical-a5a7cc1ca66aed0a6bfece89a49c98b4c7416743.tar.bz2 historical-a5a7cc1ca66aed0a6bfece89a49c98b4c7416743.zip |
added hardened-gcc excludes
Diffstat (limited to 'sys-apps/grub')
-rw-r--r-- | sys-apps/grub/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/grub/grub-0.93.20030118.ebuild | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/grub/Manifest b/sys-apps/grub/Manifest index aabd16059567..4dec2706760e 100644 --- a/sys-apps/grub/Manifest +++ b/sys-apps/grub/Manifest @@ -1,6 +1,6 @@ -MD5 10296c72fcd42e964b87bb7825a46387 ChangeLog 4590 +MD5 534bcce7128949e2b6b2d6d00cfa0fcc ChangeLog 4590 MD5 8381f5e187ea676de5cc11968c0e409d grub-0.92-r1.ebuild 3207 -MD5 3d445278558c742163e131c2a8ddd3df grub-0.93.20030118.ebuild 2205 +MD5 e30272d5ac8997c94d9ad5aad05f0d0a grub-0.93.20030118.ebuild 2205 MD5 ca87163749e014bc3424d53c6bd76dce files/digest-grub-0.92-r1 1680 MD5 b302edf756d9f8996d9e1ae6d3a49768 files/digest-grub-0.93.20030118 1764 MD5 cdd6c89d48982ecd544c0b4774755afd files/splash.xpm.gz 33856 diff --git a/sys-apps/grub/grub-0.93.20030118.ebuild b/sys-apps/grub/grub-0.93.20030118.ebuild index 2427df56a862..7ca0511c08f7 100644 --- a/sys-apps/grub/grub-0.93.20030118.ebuild +++ b/sys-apps/grub/grub-0.93.20030118.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.93.20030118.ebuild,v 1.11 2003/09/06 16:27:42 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.93.20030118.ebuild,v 1.12 2003/09/06 22:45:53 pappy Exp $ inherit mount-boot eutils flag-o-matic @@ -43,9 +43,8 @@ src_compile() { use static && export LDFLAGS="${LDFLAGS} -static" # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml - # grub configur somehow messes up the CFLAGS, so we need to do it dirty - # this is only activated when transparent hardened-gcc is found! - if has_version 'sys-devel/hardened-gcc' && [ ${CC}="gcc" ] ; then + if has_version 'sys-devel/hardened-gcc' && [ "${CC}"="gcc" ] + then CC="${CC} -yet_exec" fi |