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
This commit is contained in:
Keri Harris
2017-09-30 15:03:08 +02:00
parent 6d8cb80192
commit c2fba202b9

View 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 \