diff options
author | 2006-02-19 08:09:36 +0000 | |
---|---|---|
committer | 2006-02-19 08:09:36 +0000 | |
commit | 64008e1cf12884caf0bf748f28153a707d176947 (patch) | |
tree | ba39a0da58ed628b6148ea20517dfccae163edc9 /sys-apps | |
parent | arm/hppa/ia64/s390/sh stable (diff) | |
download | gentoo-2-64008e1cf12884caf0bf748f28153a707d176947.tar.gz gentoo-2-64008e1cf12884caf0bf748f28153a707d176947.tar.bz2 gentoo-2-64008e1cf12884caf0bf748f28153a707d176947.zip |
fix building with USE=static #123343
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.94.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/coreutils/files/digest-coreutils-5.94 | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-apps/coreutils/coreutils-5.94.ebuild b/sys-apps/coreutils/coreutils-5.94.ebuild index 1bb0b036b617..c26790694cd4 100644 --- a/sys-apps/coreutils/coreutils-5.94.ebuild +++ b/sys-apps/coreutils/coreutils-5.94.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94.ebuild,v 1.4 2006/02/18 19:25:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94.ebuild,v 1.5 2006/02/19 08:09:36 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs -PATCH_VER=1.1 - +PATCH_VER=1.2 DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 @@ -80,6 +79,7 @@ src_compile() { && myconf="${myconf} --bindir=/bin" \ || myconf="${myconf} --program-prefix=g" + use static && append-ldflags -static econf \ --enable-largefile \ --without-included-regex \ @@ -87,9 +87,7 @@ src_compile() { $(use_enable selinux) \ ${myconf} \ || die "econf" - - use static && append-ldflags -static - emake LDFLAGS="${LDFLAGS}" || die "emake" + emake || die "emake" } src_test() { diff --git a/sys-apps/coreutils/files/digest-coreutils-5.94 b/sys-apps/coreutils/files/digest-coreutils-5.94 index 55eacbff5124..fd061bfe04f1 100644 --- a/sys-apps/coreutils/files/digest-coreutils-5.94 +++ b/sys-apps/coreutils/files/digest-coreutils-5.94 @@ -1,6 +1,6 @@ -MD5 793f7a73240f154c17b75f3b33555667 coreutils-5.94-patches-1.1.tar.bz2 61288 -RMD160 66828d8d1efa3107213b8e2e045c78d77839218b coreutils-5.94-patches-1.1.tar.bz2 61288 -SHA256 9f61833f130f6db6a6bc2f0fbe777f023c5afd35b98fed90043987235c9800c1 coreutils-5.94-patches-1.1.tar.bz2 61288 +MD5 0e2052a50858f4649ca33a83aea49344 coreutils-5.94-patches-1.2.tar.bz2 61330 +RMD160 34b3f0e5ed804343a8b7d86efc4571587b4f1341 coreutils-5.94-patches-1.2.tar.bz2 61330 +SHA256 f66a153d63785da026bd294aa5ee1a61bddb367d47e39655cfd43fb7d40b54c7 coreutils-5.94-patches-1.2.tar.bz2 61330 MD5 11985c8345371546da8ff13f7efae359 coreutils-5.94.tar.bz2 5047523 RMD160 c3620710beea1b8d604210bdec8fbe0a3da892ab coreutils-5.94.tar.bz2 5047523 SHA256 5942f8ba08e0e2faf425d2c0dc62688b1253166c51b170ca1580db5a0b984d5c coreutils-5.94.tar.bz2 5047523 |