Skip to content

Commit

Permalink
dev-lang/mercury: do not allow the Mercury compiler to pre-strip bina…
Browse files Browse the repository at this point in the history
…ries while bootstrapping

Package-Manager: Portage-2.3.8, Repoman-2.3.1
  • Loading branch information
keriharris committed Sep 30, 2017
1 parent 6d8cb80 commit c2fba20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-lang/mercury/mercury-13.05.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c2fba20

Please sign in to comment.