Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80693 | Differences between
and this patch

Collapse All | Expand All

(-)grub-0.96.ebuild.old (-1 / +1 lines)
Lines 78-84 Link Here
78
	# STAGE2_CFLAGS is not allowed to be used on emake command-line, it overwrites
78
	# STAGE2_CFLAGS is not allowed to be used on emake command-line, it overwrites
79
	# -fno-stack-protector detected by configure, removed from netboot's emake.
79
	# -fno-stack-protector detected by configure, removed from netboot's emake.
80
80
81
	has_ssp && echo "grub_cv_prog_objcopy_absolute=yes" > config.cache
81
	echo "grub_cv_prog_objcopy_absolute=yes" > config.cache
82
82
83
	local myconf="-C --sbindir=/sbin --disable-auto-linux-mem-opt"
83
	local myconf="-C --sbindir=/sbin --disable-auto-linux-mem-opt"
84
84

Return to bug 80693