mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user