Upstream: https://bugs.freedesktop.org/show_bug.cgi?id=93059 From 553b874eefbdafb0b1f509cd39f861f5c3b98efe Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Sat, 21 Nov 2015 16:39:20 -0500 Subject: [PATCH] i965: don't underlink i965_dri.so, causes miserable failure on musl libc --- src/mesa/drivers/dri/i965/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 0a5222e..0a88ec5 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -52,7 +52,8 @@ libi965_dri_la_SOURCES = $(i965_FILES) libi965_dri_la_LIBADD = \ $(top_builddir)/src/intel/isl/libisl.la \ libi965_compiler.la \ - $(INTEL_LIBS) + $(INTEL_LIBS) \ + $(top_builddir)/src/mapi/shared-glapi/libglapi.la libi965_compiler_la_SOURCES = \ $(i965_compiler_FILES) \ -- 2.8.3