Building of 32bit Mesa may fail if __SSE__ is not specified.
Added missed dependency from libm.

CC: Dylan Baker <dy...@pnwbakers.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108560
Signed-off-by: Sergii Romantsov <sergii.romant...@globallogic.com>
---
 src/util/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index d79f2b3..24eeaa8 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -62,6 +62,11 @@ libmesautil_la_LIBADD = \
        $(ZLIB_LIBS) \
        $(LIBATOMIC_LIBS)
 
+if !SSE_CFLAGS
+libmesautil_la_LIBADD += \
+       -lm
+endif
+
 libxmlconfig_la_SOURCES = $(XMLCONFIG_FILES)
 libxmlconfig_la_CFLAGS = \
        $(DEFINES) \
-- 
2.7.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to