dev-lang/mercury: do not allow the Mercury compiler to pre-strip binaries while boots...
authorKeri Harris <keri@gentoo.org>
Sat, 30 Sep 2017 13:03:08 +0000 (15:03 +0200)
committerKeri Harris <keri@gentoo.org>
Sat, 30 Sep 2017 13:03:24 +0000 (15:03 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.1

dev-lang/mercury/mercury-13.05.2.ebuild

index 1089fcd1ea069a54fdf9370f10ca5bf105c6503b..b0836202a1bf6d931c3864263f51758e2daf5321 100644 (file)
@@ -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 \