commit: 0fd5ad85de713ab52c8ac7c12805df86b4edbb4c
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 14:46:54 2017 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 14:47:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd5ad85
app-admin/mongo-tools: fix 3.0 pie build #608292
Package-Manager: Portage-2.3.4, Repoman-2.3.2
app-admin/mongo-tools/mongo-tools-3.0.14.ebuild | 3 +++
1 file changed, 3 insertions(+)
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 5cc5d5b5c2a..bca9db8974e 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() {