commit:     fe4e8c82c5af85ea023adcd2d4e60f3bbe12eb6a
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 13:41:30 2020 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 13:42:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4e8c82

dev-lang/mercury: respect LDFLAGS

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 dev-lang/mercury/mercury-20.01.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lang/mercury/mercury-20.01.2.ebuild 
b/dev-lang/mercury/mercury-20.01.2.ebuild
index dc94963281e..f8f02f5ba6e 100644
--- a/dev-lang/mercury/mercury-20.01.2.ebuild
+++ b/dev-lang/mercury/mercury-20.01.2.ebuild
@@ -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
 

Reply via email to