projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8cb80
)
dev-lang/mercury: do not allow the Mercury compiler to pre-strip binaries while boots...
author
Keri Harris
<keri@gentoo.org>
Sat, 30 Sep 2017 13:03:08 +0000
(15:03 +0200)
committer
Keri 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
patch
|
blob
|
history
diff --git
a/dev-lang/mercury/mercury-13.05.2.ebuild
b/dev-lang/mercury/mercury-13.05.2.ebuild
index 1089fcd1ea069a54fdf9370f10ca5bf105c6503b..b0836202a1bf6d931c3864263f51758e2daf5321 100644
(file)
--- 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 \