diff options
author | 2004-03-17 19:01:21 +0000 | |
---|---|---|
committer | 2004-03-17 19:01:21 +0000 | |
commit | 182b15121ce4287a7d8a566f4d07b124abab40d1 (patch) | |
tree | 94e92cef9ff00c4199f99cd76fafda8801e967f9 /sys-boot/grub/ChangeLog | |
parent | Pull old versions. (diff) | |
download | historical-182b15121ce4287a7d8a566f4d07b124abab40d1.tar.gz historical-182b15121ce4287a7d8a566f4d07b124abab40d1.tar.bz2 historical-182b15121ce4287a7d8a566f4d07b124abab40d1.zip |
grub will end up with a 100+ meg stage2 file if the user has LDFLAGS=-pie, so lets filter that flag out in the src_compile
Diffstat (limited to 'sys-boot/grub/ChangeLog')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 12491a0f87c2..7807ebdd6e11 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # 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.9 2004/02/26 07:42:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.10 2004/03/17 19:01:21 solar Exp $ + + 17 Mar 2004; <solar@gentoo.org> grub-0.94-r1.ebuild: + grub will end up with a 100+ meg stage2 file if the user has LDFLAGS=-pie, so + lets filter that flag out in the src_compile 25 Feb 2004; Seemant Kulleen <seemant@gentoo.org> grub-0.92-r1.ebuild: global scope fixing |