Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2025 14:42:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285382] math/mpdecimal: patch to add LDFLAGS support
Message-ID:  <bug-285382-7788-DIldsXZWeE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285382-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285382-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285382

--- Comment #1 from Stefan Krah <skrah@bytereef.org> ---
Thanks, I forgot about LDXXFLAGS myself!

LDXXFLAGS exist because libmpdec++ depends on libmpdec, so they are built in
one step. And in rare cases LDFLAGS diverge from LDXXFLAGS, e.g.:
CXXFLAGS=3D-stdlib=3Dlibc++ LDXXFLAGS=3D-stdlib=3Dlibc++.

It's a pity that LDXXFLAGS aren't standard.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285382-7788-DIldsXZWeE>