diff options
author | 2004-02-26 07:42:49 +0000 | |
---|---|---|
committer | 2004-02-26 07:42:49 +0000 | |
commit | c27fdd61a7e1d9b7165a91bfc2eadda14f0c6d79 (patch) | |
tree | 9f017309b1e0d7eb6b527c9a5c7105080297a82b /sys-boot/grub | |
parent | Added libcdio:cddb, sorted file (diff) | |
download | historical-c27fdd61a7e1d9b7165a91bfc2eadda14f0c6d79.tar.gz historical-c27fdd61a7e1d9b7165a91bfc2eadda14f0c6d79.tar.bz2 historical-c27fdd61a7e1d9b7165a91bfc2eadda14f0c6d79.zip |
global scope fixing
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.92-r1.ebuild | 9 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index ce8bc5b255ed..12491a0f87c2 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.8 2004/02/26 07:38:10 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.9 2004/02/26 07:42:49 seemant Exp $ + + 25 Feb 2004; Seemant Kulleen <seemant@gentoo.org> grub-0.92-r1.ebuild: + global scope fixing *grub-0.94-r1 (25 Feb 2004) diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest index ff45e66dab4c..b562d755f0a3 100644 --- a/sys-boot/grub/Manifest +++ b/sys-boot/grub/Manifest @@ -1,6 +1,6 @@ MD5 9741835e0d04b4b13a68f273c9884d93 grub-0.94-r1.ebuild 3673 -MD5 90a586f628c8972bcf8c213bea95a19a grub-0.92-r1.ebuild 2544 -MD5 be154d16c4bcde902d4d5bffe4f716bb ChangeLog 8263 +MD5 8098e19e3f056d996f517a8cbc254536 grub-0.92-r1.ebuild 2546 +MD5 e98f2236124e8fdafb090a3cf3c2c511 ChangeLog 8359 MD5 143492d67264ac30e251ffb1d62a1a67 grub-0.93.20030118.ebuild 2429 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 cdd6c89d48982ecd544c0b4774755afd files/splash.xpm.gz 33856 diff --git a/sys-boot/grub/grub-0.92-r1.ebuild b/sys-boot/grub/grub-0.92-r1.ebuild index c893bca87da6..3ecfa93648b7 100644 --- a/sys-boot/grub/grub-0.92-r1.ebuild +++ b/sys-boot/grub/grub-0.92-r1.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.2 2003/12/16 02:34:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.92-r1.ebuild,v 1.3 2004/02/26 07:42:49 seemant Exp $ inherit mount-boot eutils flag-o-matic gcc -filter-flags "-fstack-protector" - PATCHVER=0.1 S=${WORKDIR}/${P} DESCRIPTION="GNU GRUB boot loader" @@ -34,6 +32,9 @@ src_unpack() { } src_compile() { + + filter-flags "-fstack-protector" + #i686-specific code in the boot loader is a bad idea; disabling to ensure #at least some compatibility if the hard drive is moved to an older or #incompatible system. |