[Bug 285382] math/mpdecimal: patch to add LDFLAGS support
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 285382] math/mpdecimal: patch to add LDFLAGS support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 14:42:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285382 --- 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=-stdlib=libc++ LDXXFLAGS=-stdlib=libc++. It's a pity that LDXXFLAGS aren't standard. -- You are receiving this mail because: You are the assignee for the bug.