[Bug 286616] math/mpdecimal: Update to 4.0.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 07 May 2025 12:51:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286616

--- Comment #8 from Stefan Krah <skrah@bytereef.org> ---
>> LDXXFLAGS="${LDFLAGS}" is actually still needed.
> Why? Build fine without this line.

It was added recently:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285382

The default build works fine, but when users use something like

   export CFLAGS=-flto CXXFLAGS=-flto LDFLAGS=-flto

then -flto is missing from the C++ linker invocations.

Unfortunately, LDXXFLAGS are non-standard and users don't expect
to set them.

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