diff options
Diffstat (limited to 'sys-boot/grub/grub-2.02_beta2-r7.ebuild')
-rw-r--r-- | sys-boot/grub/grub-2.02_beta2-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.02_beta2-r7.ebuild b/sys-boot/grub/grub-2.02_beta2-r7.ebuild index 0719627cb423..a6d15edc1e96 100644 --- a/sys-boot/grub/grub-2.02_beta2-r7.ebuild +++ b/sys-boot/grub/grub-2.02_beta2-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.8 2015/03/17 02:00:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta2-r7.ebuild,v 1.9 2015/03/17 02:07:08 floppym Exp $ EAPI=5 @@ -245,7 +245,7 @@ src_configure() { use static && HOST_LDFLAGS+=" -static" tc-ld-disable-gold #439082 #466536 #526348 - export TARGET_LDFLAGS=${LDFLAGS} + export TARGET_LDFLAGS+=" ${LDFLAGS}" unset LDFLAGS tc-export CC NM OBJCOPY STRIP |