summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-06 01:04:49 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-06 01:04:49 +0000
commitdeb362fc70887039e1251be5a3fdf7841b18059b (patch)
treec57b2de6b3dd6f1b38898e5798de076f226cbe14 /dev-libs/elfutils/elfutils-0.118.ebuild
parentuse games eclass (bug #117921) (diff)
downloadgentoo-2-deb362fc70887039e1251be5a3fdf7841b18059b.tar.gz
gentoo-2-deb362fc70887039e1251be5a3fdf7841b18059b.tar.bz2
gentoo-2-deb362fc70887039e1251be5a3fdf7841b18059b.zip
Add a hack so eu-nm is not generated with an executable stack #116968 by Benno Schulenberg.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-libs/elfutils/elfutils-0.118.ebuild')
-rw-r--r--dev-libs/elfutils/elfutils-0.118.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/elfutils/elfutils-0.118.ebuild b/dev-libs/elfutils/elfutils-0.118.ebuild
index 4e4d572493ab..555d521b1e96 100644
--- a/dev-libs/elfutils/elfutils-0.118.ebuild
+++ b/dev-libs/elfutils/elfutils-0.118.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.4 2005/12/19 22:57:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.5 2006/01/06 01:04:49 vapier Exp $
inherit eutils
@@ -35,6 +35,7 @@ src_unpack() {
epatch "${WORKDIR}"/patch/
epatch "${FILESDIR}"/${P}-libelf-link.patch
epatch "${FILESDIR}"/${P}-PaX-support.patch
+ epatch "${FILESDIR}"/${P}-no-nested-functions.patch #116968
# Needed by ${P}-portability.patch
autoreconf || die