diff options
author | 2004-02-03 20:33:43 +0000 | |
---|---|---|
committer | 2004-02-03 20:33:43 +0000 | |
commit | fb0d633410958ae9593a99e4ae0591148e2a2f52 (patch) | |
tree | f20c953ad7e5844e033fc76a9c91ec3530b3e36b /sys-apps/coreutils/coreutils-5.0.91-r4.ebuild | |
parent | remove cruft and a shot at fixing distcc (diff) | |
download | historical-fb0d633410958ae9593a99e4ae0591148e2a2f52.tar.gz historical-fb0d633410958ae9593a99e4ae0591148e2a2f52.tar.bz2 historical-fb0d633410958ae9593a99e4ae0591148e2a2f52.zip |
removing -fPIC stuff which is unnecessary
Diffstat (limited to 'sys-apps/coreutils/coreutils-5.0.91-r4.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0.91-r4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/coreutils/coreutils-5.0.91-r4.ebuild b/sys-apps/coreutils/coreutils-5.0.91-r4.ebuild index 89f4fc3fe6a2..45a7a41ee825 100644 --- a/sys-apps/coreutils/coreutils-5.0.91-r4.ebuild +++ b/sys-apps/coreutils/coreutils-5.0.91-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r4.ebuild,v 1.10 2004/01/17 14:50:30 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r4.ebuild,v 1.11 2004/02/03 20:33:43 drobbins Exp $ inherit eutils flag-o-matic @@ -96,8 +96,6 @@ src_unpack() { } src_compile() { - append-flags "-fPIC" - local myconf= use nls || myconf="--disable-nls" |