diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-02-26 07:42:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-02-26 07:42:49 +0000 |
commit | c27fdd61a7e1d9b7165a91bfc2eadda14f0c6d79 (patch) | |
tree | 9f017309b1e0d7eb6b527c9a5c7105080297a82b /sys-boot/grub/grub-0.92-r1.ebuild | |
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/grub-0.92-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.92-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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. |