summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-07-22 23:26:52 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-07-22 23:26:52 +0000
commitd533d4168ce5af8089d2df64ea3d95acd2fb686d (patch)
tree87c099ede9f24e85b872437dad4ff425b629c7a1 /dev-util/elfsh/elfsh-0.51_beta3.ebuild
parentStable on amd64 (bug #277749) (diff)
downloadgentoo-2-d533d4168ce5af8089d2df64ea3d95acd2fb686d.tar.gz
gentoo-2-d533d4168ce5af8089d2df64ea3d95acd2fb686d.tar.bz2
gentoo-2-d533d4168ce5af8089d2df64ea3d95acd2fb686d.zip
Fix compilation with glibc-2.10, wrt bug #276065
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-util/elfsh/elfsh-0.51_beta3.ebuild')
-rw-r--r--dev-util/elfsh/elfsh-0.51_beta3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/elfsh/elfsh-0.51_beta3.ebuild b/dev-util/elfsh/elfsh-0.51_beta3.ebuild
index 2051f15b84dd..f01becb4df3b 100644
--- a/dev-util/elfsh/elfsh-0.51_beta3.ebuild
+++ b/dev-util/elfsh/elfsh-0.51_beta3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/elfsh/elfsh-0.51_beta3.ebuild,v 1.6 2009/05/02 20:29:16 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/elfsh/elfsh-0.51_beta3.ebuild,v 1.7 2009/07/22 23:26:52 vostorga Exp $
inherit eutils
@@ -17,11 +17,13 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-libs/expat-1.95"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-gentoo.patch
+ epatch "${FILESDIR}"/${P}-glibc210.patch
sed -i \
-e "s:-g3 -O2:${CFLAGS}:" \
`find -name Makefile` \