diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-13 00:07:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-13 00:07:27 +0000 |
commit | 04918087b939b7c97d7e994ed8ef790a5fa11e5f (patch) | |
tree | 28a981832eae447f7f050db792c3e8fdb36004f9 /sys-devel | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-04918087b939b7c97d7e994ed8ef790a5fa11e5f.tar.gz gentoo-2-04918087b939b7c97d7e994ed8ef790a5fa11e5f.tar.bz2 gentoo-2-04918087b939b7c97d7e994ed8ef790a5fa11e5f.zip |
make sure uclibc ld.so.conf/ld patch is applied too
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild b/sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild index 51bfeb9599ba..bf826ae3e771 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild,v 1.14 2004/08/14 02:27:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.6-r7.ebuild,v 1.15 2004/10/13 00:07:27 vapier Exp $ inherit eutils libtool flag-o-matic @@ -99,6 +99,7 @@ src_unpack() { epatch ${FILESDIR}/2.14/${P}-conf.patch epatch ${FILESDIR}/2.14/${P}-build_modules.patch epatch ${FILESDIR}/2.14/${P}-cflags.patch + epatch ${FILESDIR}/2.15/40_all_binutils-uclibc-linker.patch } src_compile() { |