From: Ultrabug Date: Fri, 31 Mar 2017 14:46:54 +0000 (+0200) Subject: app-admin/mongo-tools: fix 3.0 pie build #608292 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0fd5ad85de713ab52c8ac7c12805df86b4edbb4c;p=gentoo.git app-admin/mongo-tools: fix 3.0 pie build #608292 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/app-admin/mongo-tools/mongo-tools-3.0.14.ebuild b/app-admin/mongo-tools/mongo-tools-3.0.14.ebuild index 5cc5d5b5c2a2..bca9db8974e9 100644 --- a/app-admin/mongo-tools/mongo-tools-3.0.14.ebuild +++ b/app-admin/mongo-tools/mongo-tools-3.0.14.ebuild @@ -32,6 +32,9 @@ S=${WORKDIR}/${MY_P} src_prepare() { # ensure we use bash wrt #582906 sed -e 's@/bin/sh@/bin/bash@g' -i build.sh || die + + # see #608292 + epatch "${FILESDIR}/${PN}-3.2.10-pie.patch" } src_compile() {