mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/mercury: respect LDFLAGS
Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Keri Harris <keri@gentoo.org>
This commit is contained in:
@@ -63,7 +63,8 @@ src_configure() {
|
||||
|
||||
src_compile() {
|
||||
# Prepare mmake flags
|
||||
echo "EXTRA_CFLAGS = ${CFLAGS}" >> Mmake.params
|
||||
echo "EXTRA_CFLAGS = ${CFLAGS}" >> Mmake.params
|
||||
echo "EXTRA_LDFLAGS = ${LDFLAGS}" >> Mmake.params
|
||||
echo "EXTRA_LD_LIBFLAGS = ${LDFLAGS}" >> Mmake.params
|
||||
echo "EXTRA_MLFLAGS = --no-strip" >> Mmake.params
|
||||
|
||||
|
||||
Reference in New Issue
Block a user