From: Keri Harris Date: Sat, 30 Sep 2017 13:03:08 +0000 (+0200) Subject: dev-lang/mercury: do not allow the Mercury compiler to pre-strip binaries while boots... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c2fba202b9fdcdcf0e40340908fe86feff818edd;p=gentoo.git 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 --- diff --git a/dev-lang/mercury/mercury-13.05.2.ebuild b/dev-lang/mercury/mercury-13.05.2.ebuild index 1089fcd1ea06..b0836202a1bf 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 \