commit: c2fba202b9fdcdcf0e40340908fe86feff818edd
Author: Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 13:03:08 2017 +0000
Commit: Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 13:03:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fba202
dev-lang/mercury: do not allow the Mercury compiler to pre-strip binaries while
bootstrapping
Package-Manager: Portage-2.3.8, Repoman-2.3.1
dev-lang/mercury/mercury-13.05.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lang/mercury/mercury-13.05.2.ebuild
b/dev-lang/mercury/mercury-13.05.2.ebuild
index 1089fcd1ea0..b0836202a1b 100644
--- a/dev-lang/mercury/mercury-13.05.2.ebuild
+++ b/dev-lang/mercury/mercury-13.05.2.ebuild
@@ -142,7 +142,8 @@ src_test() {
src_install() {
emake \
PARALLEL=${MAKEOPTS} \
- MMAKEFLAGS="EXTRA_LDFLAGS='${LDFLAGS}' \
+ MMAKEFLAGS="EXTRA_MLFLAGS=--no-strip \
+ EXTRA_LDFLAGS='${LDFLAGS}' \
EXTRA_LD_LIBFLAGS='${LDFLAGS}'" \
MERCURY_COMPILER="${S}"/compiler/mercury_compile \
INSTALL_PREFIX="${D}"/usr \