summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gabert <pappy@gentoo.org>2003-09-20 19:10:36 +0000
committerAlexander Gabert <pappy@gentoo.org>2003-09-20 19:10:36 +0000
commiteb1e07fc7d454a3d1737b9b2bb92a7f45af54688 (patch)
tree91e9167e1f81ec8be1174c43a5378d1bd7f18cd2 /sys-apps/util-linux
parentremoved check again, only caused by problems with __libc_csu in hardened-gcc (diff)
downloadgentoo-2-eb1e07fc7d454a3d1737b9b2bb92a7f45af54688.tar.gz
gentoo-2-eb1e07fc7d454a3d1737b9b2bb92a7f45af54688.tar.bz2
gentoo-2-eb1e07fc7d454a3d1737b9b2bb92a7f45af54688.zip
removed check again, only caused by problems with __libc_csu in hardened-gcc
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/ChangeLog5
-rw-r--r--sys-apps/util-linux/Manifest4
-rw-r--r--sys-apps/util-linux/util-linux-2.11z-r6.ebuild5
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index c12ca0bf1735..9f476f9ec29c 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/util-linux
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.56 2003/09/20 18:31:21 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.57 2003/09/20 19:10:30 pappy Exp $
+
+ 20 Sep 2003; Alexander Gabert <pappy@gentoo.org> util-linux-2.11z-r6.ebuild:
+ removed check again, only caused by problems with __libc_csu in hardened-gcc
20 Sep 2003; Alexander Gabert <pappy@gentoo.org> util-linux-2.11z-r6.ebuild:
added yet_exec exclusion flag for hardened-gcc
diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index c4cd08611e17..3a9aef0b9262 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -3,8 +3,8 @@ MD5 10ccac17abb08cd30711a1cd4dc4c8c5 util-linux-2.11y.ebuild 2107
MD5 11c630af9afcb46fa6240b4eac732a50 util-linux-2.11z-r7.ebuild 3333
MD5 b73abbe53ce7a49cad81cc855b7d5924 util-linux-2.11z-r4.ebuild 2410
MD5 6266d6273a515fef0c0a70c5578f50a5 util-linux-2.12.ebuild 3077
-MD5 c0e40bc794a029fd7e7b3a4a00fffebb util-linux-2.11z-r6.ebuild 3137
-MD5 274615aa1d269436d6b8027164be0405 ChangeLog 9301
+MD5 1c657d7e56aa88e6fbad27f942fa1e82 util-linux-2.11z-r6.ebuild 3137
+MD5 0027674abafc443fe9f3543f80cbda96 ChangeLog 9301
MD5 0be8df03dae23c81a0e929e58a4114e0 files/util-linux-2.11z-01-nfsv4.dif 13442
MD5 830453d37b748b7e2ec454603e33b920 files/digest-util-linux-2.12 151
MD5 48e36b9b6ea3bed4ea25292f9ae5a958 files/digest-util-linux-2.11y 152
diff --git a/sys-apps/util-linux/util-linux-2.11z-r6.ebuild b/sys-apps/util-linux/util-linux-2.11z-r6.ebuild
index d2ac95ef9772..ee6b8a952332 100644
--- a/sys-apps/util-linux/util-linux-2.11z-r6.ebuild
+++ b/sys-apps/util-linux/util-linux-2.11z-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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-r6.ebuild,v 1.4 2003/09/20 18:31:22 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11z-r6.ebuild,v 1.5 2003/09/20 19:10:30 pappy Exp $
IUSE="crypt nls static pam"
@@ -96,9 +96,6 @@ src_compile() {
export LDFLAGS=-static
fi
- # http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml
- has_version 'sys-devel/hardened-gcc' && export CC="${CC} -yet_exec"
-
econf || die "configure failed"
emake || die "emake failed"