summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-06-29 14:05:27 +0000
committerNed Ludd <solar@gentoo.org>2004-06-29 14:05:27 +0000
commitcc2e57bfc405b6a59e7fa6b57c3700b85527025e (patch)
tree0e0c86c7227e9315a2a26de531374788999309c6 /sys-devel/gcc/gcc-3.3.3-r6.ebuild
parentstable on ppc64, bug #54799 (Manifest recommit) (diff)
downloadgentoo-2-cc2e57bfc405b6a59e7fa6b57c3700b85527025e.tar.gz
gentoo-2-cc2e57bfc405b6a59e7fa6b57c3700b85527025e.tar.bz2
gentoo-2-cc2e57bfc405b6a59e7fa6b57c3700b85527025e.zip
add norelro patch for uclibc
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.3-r6.ebuild')
-rw-r--r--sys-devel/gcc/gcc-3.3.3-r6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.3-r6.ebuild b/sys-devel/gcc/gcc-3.3.3-r6.ebuild
index 618d7f8a6ac4..ea80affb2b8e 100644
--- a/sys-devel/gcc/gcc-3.3.3-r6.ebuild
+++ b/sys-devel/gcc/gcc-3.3.3-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r6.ebuild,v 1.9 2004/06/24 22:58:25 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.3-r6.ebuild,v 1.10 2004/06/29 14:05:27 solar Exp $
IUSE="static nls bootstrap java build X multilib gcj f77 objc pic hardened uclibc debug"
@@ -349,7 +349,7 @@ src_unpack() {
# adds default pie support for all archs less rs6000 if DEFAULT_PIE[_SSP] is defined
epatch ${WORKDIR}/piepatch/def
# disable relro/now
- use uclibc && epatch ${FILESDIR}/gcc-3.3.3-norelro.patch
+ use uclibc && epatch ${FILESDIR}/3.3.3/gcc-3.3.3-norelro.patch
fi
if [ "${ARCH}" = "ppc" -o "${ARCH}" = "ppc64" ]