diff options
author | 2005-08-05 03:15:40 +0000 | |
---|---|---|
committer | 2005-08-05 03:15:40 +0000 | |
commit | bbaaa74efef538826cc6ad4607d7b33dd98690ce (patch) | |
tree | 59a8851ea2b5b73c2eac0a7171015e9af950e83b /sys-boot/grub/grub-0.94-r1.ebuild | |
parent | make sure we punt symlinks first #101206 (diff) | |
download | gentoo-2-bbaaa74efef538826cc6ad4607d7b33dd98690ce.tar.gz gentoo-2-bbaaa74efef538826cc6ad4607d7b33dd98690ce.tar.bz2 gentoo-2-bbaaa74efef538826cc6ad4607d7b33dd98690ce.zip |
punt has_ssp usage #100974
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-boot/grub/grub-0.94-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.94-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-boot/grub/grub-0.94-r1.ebuild b/sys-boot/grub/grub-0.94-r1.ebuild index 94bec9b10d18..b1efaaaea99b 100644 --- a/sys-boot/grub/grub-0.94-r1.ebuild +++ b/sys-boot/grub/grub-0.94-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.94-r1.ebuild,v 1.22 2005/07/28 17:53:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.94-r1.ebuild,v 1.23 2005/08/05 03:15:40 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -56,9 +56,6 @@ src_compile() { [ `gcc-major-version` -eq 3 ] && append-flags -minline-all-stringops use static && append-ldflags -static - has_pie && CC="${CC} `test_flag -fno-pic` `test_flag -nopie`" - has_ssp && CC="${CC} `test_flag -fno-stack-protector`" - autoconf || die aclocal || die WANT_AUTOMAKE=1.7 automake || die |