diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-14 23:01:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-14 23:01:21 +0000 |
commit | 47e8db777ffb315e3c9c5f94a2cfcfc3a89e399c (patch) | |
tree | 77cb91d770f10c5291ec6b36ff0195ca5b183ecd | |
parent | Bug #184016, install pdf doc properly. (diff) | |
download | gentoo-2-47e8db777ffb315e3c9c5f94a2cfcfc3a89e399c.tar.gz gentoo-2-47e8db777ffb315e3c9c5f94a2cfcfc3a89e399c.tar.bz2 gentoo-2-47e8db777ffb315e3c9c5f94a2cfcfc3a89e399c.zip |
actually update the path to the hardened patch
(Portage version: 2.1.3_rc8)
-rw-r--r-- | sys-libs/glibc/glibc-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild index 4f6b98f8e488..85d23d6209bf 100644 --- a/sys-libs/glibc/glibc-2.6.ebuild +++ b/sys-libs/glibc/glibc-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.9 2007/07/14 19:35:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.10 2007/07/14 23:01:21 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -228,7 +228,7 @@ toolchain-glibc_src_unpack() { einfo "Patching to get working PIE binaries on PIE (hardened) platforms" gcc-specs-pie && epatch "${FILESDIR}"/2.5/glibc-2.5-hardened-pie.patch epatch "${FILESDIR}"/2.5/glibc-2.5-hardened-configure-picdefault.patch - epatch "${FILESDIR}"/2.5/glibc-2.5-hardened-inittls-nosysenter.patch + epatch "${FILESDIR}"/2.6/glibc-2.6-hardened-inittls-nosysenter.patch einfo "Installing Hardened Gentoo SSP handler" cp -f "${FILESDIR}"/2.6/glibc-2.6-gentoo-stack_chk_fail.c \ |