diff options
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/util-linux/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.11z-r8.ebuild | 7 |
3 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 844e62a269d3..a68c1fd83489 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/util-linux # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.69 2004/02/22 20:50:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.70 2004/02/27 19:28:37 seemant Exp $ + + 27 Feb 2004; Seemant Kulleen <seemant@gentoo.org> + util-linux-2.11z-r8.ebuild: + move the filter-flags statement into src_compile 22 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> util-linux-2.12-r5.ebuild: Add installation of rdev on amd64. Closing #35902. diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest index eb3d2a0d587a..208b245ca401 100644 --- a/sys-apps/util-linux/Manifest +++ b/sys-apps/util-linux/Manifest @@ -3,8 +3,8 @@ MD5 2f02780f8a8296278aed7c8a1d2097a1 util-linux-2.12-r5.ebuild 4001 MD5 6191d64f4084a732f36b174edf10073a util-linux-2.11z-r9.ebuild 3410 MD5 3f7236955557dab55a94580cbecd6b29 util-linux-2.12-r2.ebuild 3301 MD5 2407419c432051c10ba774e32033abeb util-linux-2.12-r4.ebuild 3843 -MD5 9c830b1543311299faf98f42da69a29e util-linux-2.11z-r8.ebuild 3219 -MD5 7e4ce8a112ad90295b15e98ed1c37b6e ChangeLog 11431 +MD5 87a7eefb2df3b1f7d0ecef6032075481 util-linux-2.11z-r8.ebuild 3220 +MD5 7f5b7cdf0424caae62c2442a2a76746c ChangeLog 11568 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 0be8df03dae23c81a0e929e58a4114e0 files/util-linux-2.11z-01-nfsv4.dif 13442 MD5 18371db840b08f5782e3f8f96c4efe8d files/util-linux-2.11z-pic.patch 3056 diff --git a/sys-apps/util-linux/util-linux-2.11z-r8.ebuild b/sys-apps/util-linux/util-linux-2.11z-r8.ebuild index 413e6c9024c9..13bbfca25cd8 100644 --- a/sys-apps/util-linux/util-linux-2.11z-r8.ebuild +++ b/sys-apps/util-linux/util-linux-2.11z-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r8.ebuild,v 1.2 2004/02/23 00:53:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r8.ebuild,v 1.3 2004/02/27 19:28:37 seemant Exp $ IUSE="crypt nls static pam" @@ -8,7 +8,6 @@ inherit eutils flag-o-matic ## see below for details on pic.patch # Added back for now until other archs can be tested. -filter-flags -fPIC S="${WORKDIR}/${P}" CRYPT_PATCH_P="${P}-crypt-gentoo" @@ -95,6 +94,8 @@ src_unpack() { src_compile() { + filter-flags -fPIC + if [ "`use static`" ] ; then append-ldflags "-static" fi |