summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-29 00:42:54 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-29 00:42:54 +0000
commita0d128e585e9b678d311326e76514d015663e9fe (patch)
treede08e10278638b20a8404598dbe38c8dc9df8624 /sys-libs/glibc/glibc-2.3.2-r12.ebuild
parentNew version 2.6.4 (diff)
downloadgentoo-2-a0d128e585e9b678d311326e76514d015663e9fe.tar.gz
gentoo-2-a0d128e585e9b678d311326e76514d015663e9fe.tar.bz2
gentoo-2-a0d128e585e9b678d311326e76514d015663e9fe.zip
Add patch to disable building nscd as PIE on hppa since PIE support is broken in glibc for parisc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r12.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r12.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
index bfd7474e3b6b..3a69b95afa69 100644
--- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.15 2005/07/22 00:33:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.16 2005/07/29 00:42:54 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -426,6 +426,7 @@ src_unpack() {
cd ${WORKDIR}
unpack ${P}-hppa-patches-p1.tar.bz2
cd ${S}
+ epatch "${FILESDIR}"/files/2.3.4/hppa-no-pie.patch
EPATCH_EXCLUDE="010* 020* 030* 040* 050* 055*"
for i in ${EPATCH_EXCLUDE}
do