diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 19:17:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 19:17:40 +0000 |
commit | ca3e0b92f277c5849c3bc9138bba6bf95c66b726 (patch) | |
tree | 81a1df822e2951723f9837aa5afd6dbbb6fb1231 /sys-boot | |
parent | arm/hppa/ia64 stable (diff) | |
download | historical-ca3e0b92f277c5849c3bc9138bba6bf95c66b726.tar.gz historical-ca3e0b92f277c5849c3bc9138bba6bf95c66b726.tar.bz2 historical-ca3e0b92f277c5849c3bc9138bba6bf95c66b726.zip |
undefine CFLAGS
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.96-r1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest index 6a2e63dfea83..49d3f0cf8b5c 100644 --- a/sys-boot/grub/Manifest +++ b/sys-boot/grub/Manifest @@ -6,7 +6,7 @@ MD5 809624c41057bbc7d8d6917d1104edf8 grub-0.94-r1.ebuild 3564 MD5 e1561dae9a23012a8960909af3cffb29 grub-0.94-r2.ebuild 3680 MD5 548d207b20beedd265fda7bb126c22de grub-0.95.20040823.ebuild 4155 MD5 9cf2ac1a1d69d1a44917c87aa4dd49a3 grub-0.96.ebuild 4072 -MD5 00462412cd4f8fef548ec60cb311f9aa grub-0.96-r1.ebuild 5011 +MD5 8caaa3542a1c63171a4e86d540c2f143 grub-0.96-r1.ebuild 4998 MD5 16039704cf1e6b6f46b4413532af082c files/digest-grub-0.92-r1 133 MD5 5d1c8e582496db9d7a9b77e76f09f7d8 files/digest-grub-0.93.20030118 139 MD5 8d898cd9d1928916596cc3f9883eac67 files/grub-0.93-gcc3.3.diff 639 diff --git a/sys-boot/grub/grub-0.96-r1.ebuild b/sys-boot/grub/grub-0.96-r1.ebuild index 485b9135b22d..534b309b75cc 100644 --- a/sys-boot/grub/grub-0.96-r1.ebuild +++ b/sys-boot/grub/grub-0.96-r1.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/sys-boot/grub/grub-0.96-r1.ebuild,v 1.3 2005/03/12 01:31:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.4 2005/03/12 19:17:40 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -77,13 +77,13 @@ src_compile() { # CFLAGS has to be undefined running econf, else -fno-stack-protector detection fails. # STAGE2_CFLAGS is not allowed to be used on emake command-line, it overwrites # -fno-stack-protector detected by configure, removed from netboot's emake. + unset CFLAGS export grub_cv_prog_objcopy_absolute=yes #79734 use static && append-ldflags -static # build the net-bootable grub first, but only if "netboot" is set if use netboot ; then - CFLAGS="" \ econf \ --libdir=/lib \ --datadir=/usr/lib/grub \ @@ -105,7 +105,6 @@ src_compile() { # Now build the regular grub # Note that FFS and UFS2 support are broken for now - stage1_5 files too big - CFLAGS="" \ econf \ --libdir=/lib \ --datadir=/usr/lib/grub \ |