diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-20 07:08:46 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-24 05:19:41 -0400 |
commit | eb2e05c6299c26f86dd0805282476e2314f03f97 (patch) | |
tree | fb84df37c94813d617cf23811c65ed0f55719419 /dev-libs/elfutils | |
parent | net-libs/gnutls: arm stable wrt bug #653578 (diff) | |
download | gentoo-eb2e05c6299c26f86dd0805282476e2314f03f97.tar.gz gentoo-eb2e05c6299c26f86dd0805282476e2314f03f97.tar.bz2 gentoo-eb2e05c6299c26f86dd0805282476e2314f03f97.zip |
dev-libs/elfutils: epatch->PATCHES=()
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.169-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild b/dev-libs/elfutils/elfutils-0.169-r1.ebuild index 44003a04d5d4..0cba7905dfe8 100644 --- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild +++ b/dev-libs/elfutils/elfutils-0.169-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,9 +23,12 @@ DEPEND="${RDEPEND} >=sys-devel/flex-2.5.4a sys-devel/m4" +PATCHES=( + "${FILESDIR}"/${PN}-0.118-PaX-support.patch +) + src_prepare() { default - epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch if use static-libs; then sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die fi |