diff options
author | 2005-12-16 12:08:19 +0000 | |
---|---|---|
committer | 2005-12-16 12:08:19 +0000 | |
commit | 6e08e9ec6db3a9003366c2f0a055cddd6aa2ecc5 (patch) | |
tree | a533ad64fa7405f901bbaeba68504b04f671a005 /dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild | |
parent | Remove --with-gnu-ld option, bug #108386. (diff) | |
download | gentoo-2-6e08e9ec6db3a9003366c2f0a055cddd6aa2ecc5.tar.gz gentoo-2-6e08e9ec6db3a9003366c2f0a055cddd6aa2ecc5.tar.bz2 gentoo-2-6e08e9ec6db3a9003366c2f0a055cddd6aa2ecc5.zip |
Remove --with-gnu-ld option, bug #108386.
(Portage version: 2.0.53)
Diffstat (limited to 'dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild')
-rw-r--r-- | dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild b/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild index 4daac3c109fc..0dd33905a63f 100644 --- a/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild +++ b/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild,v 1.4 2004/10/03 21:18:26 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tc2-modules/tc2-modules-0.6.0.ebuild,v 1.5 2005/12/16 12:03:28 flameeyes Exp $ IUSE="static" @@ -18,7 +18,6 @@ RDEPEND=">=dev-libs/tc2-0.6.0" src_compile() { local myconf - myconf="--with-gnu-ld" use static && myconf="${myconf} --enable-static" econf ${myconf} || die "configure failed" make || die |