Yes, that looks like the way to go.
On Thu, Nov 01, 2018 at 09:22:35AM +0200, Sergii Romantsov wrote:
> Hello, it looks like not complete fix.
> In my opinion issue is that libmesautil requires -lm than any library that
> uses libmesautil will not have such issue.
> Patch: https://patchwork.freede
Hello, it looks like not complete fix.
In my opinion issue is that libmesautil requires -lm than any library that
uses libmesautil will not have such issue.
Patch: https://patchwork.freedesktop.org/patch/259176/
On Thu, Nov 1, 2018 at 6:12 AM Jonathan Gray wrote:
> aubinator_error_decode needs t
aubinator_error_decode needs to link libm to build on OpenBSD/i386
../../src/util/.libs/libmesautil.a(libmesautil_la-half_float.o): In function
`_mesa_float_to_half':
half_float.c:(.text+0x91): undefined reference to `lrintf'
half_float.c:(.text+0xc1): undefined reference to `lrintf'
Signed-off-b