summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-11 23:45:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-11 23:45:47 +0000
commitd62db690c6920e22603056782a687cd6e33676d3 (patch)
treed6168453095dac1eb267701848602ee65f50c15c /sys-apps/util-linux
parentresolve bug 13704 (diff)
downloadhistorical-d62db690c6920e22603056782a687cd6e33676d3.tar.gz
historical-d62db690c6920e22603056782a687cd6e33676d3.tar.bz2
historical-d62db690c6920e22603056782a687cd6e33676d3.zip
-fPIC filtered
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/ChangeLog10
-rw-r--r--sys-apps/util-linux/util-linux-2.11y.ebuild6
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index 9edac1b4e3e3..8d4aaeb56167 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/util-linux
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.19 2002/12/16 18:03:51 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.20 2003/01/11 23:45:47 seemant Exp $
+
+*util-linux-2.11y (27 Oct 2002)
+
+ 11 Jan 2003; Seemant Kulleen <seemant@gentoo.org> util-linux-2.11y.ebuild :
+
+ filtered out -fPIC from user's CFLAGS
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> util-linux-2.11y.ebuild :
Fix rare failures with parallel makes. Update to use epatch.
@@ -11,8 +17,6 @@
06 Dec 2002; Rodney Rees <manson@gentoo.org> :
Changed sparc ~sparc keywords
-*util-linux-2.11y (27 Oct 2002)
-
13 Dec 2002; Martin Holzer <mholzer@gentoo.org> util-linux-2.11y.ebuild files/digest-util-linux-2.11y Changelog :
Changed from tar.gz to tar.bz2
diff --git a/sys-apps/util-linux/util-linux-2.11y.ebuild b/sys-apps/util-linux/util-linux-2.11y.ebuild
index 0884dfd16b3c..6c5b4b01439d 100644
--- a/sys-apps/util-linux/util-linux-2.11y.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11y.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2002 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.11y.ebuild,v 1.5 2002/12/16 18:03:51 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.6 2003/01/11 23:45:47 seemant Exp $
IUSE="crypt nls"
-inherit eutils
+inherit eutils flag-o-matic
+
+filter-flags -fPIC
CRYPT_PATCH_P="${P}-crypt-gentoo"
S="${WORKDIR}/${P}"