summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gabert <pappy@gentoo.org>2003-09-20 18:31:30 +0000
committerAlexander Gabert <pappy@gentoo.org>2003-09-20 18:31:30 +0000
commit471b28d8a6cdab5059288101fc77258828ec6509 (patch)
tree51ab3d7799f45746b4e4c0449449d3a088430871 /sys-apps
parentadded yet_exec exclusion flag for hardened-gcc (diff)
downloadhistorical-471b28d8a6cdab5059288101fc77258828ec6509.tar.gz
historical-471b28d8a6cdab5059288101fc77258828ec6509.tar.bz2
historical-471b28d8a6cdab5059288101fc77258828ec6509.zip
added yet_exec exclusion flag for hardened-gcc
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/Manifest4
-rw-r--r--sys-apps/util-linux/util-linux-2.11z-r6.ebuild5
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 3faa3edbd024..df56a78a855e 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 c786ab7cdc2f1dd395119e03e91be277 util-linux-2.11z-r6.ebuild 3265
-MD5 3e08883289bab630d1d50b20db354b4c ChangeLog 9144
+MD5 6972d6e18bcfa6e7a344338e8f45f13c util-linux-2.11z-r6.ebuild 3263
+MD5 81fc92ac924e0d201c11ff8982b9c809 ChangeLog 9142
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 09f927fe5546..d2ac95ef9772 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.3 2003/09/20 05:14:23 seemant Exp $
+# $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 $
IUSE="crypt nls static pam"
@@ -96,6 +96,9 @@ 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"