From 17930a66aad6774224296ad9c845d30e01e4ffe5 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 12 Nov 2013 11:29:21 -0800 Subject: gallium: Pass version scripts to linker using --version-script= This fixes build failures with the gold linker. CC: "10.0" --- src/gallium/targets/egl-static/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/egl-static/Makefile.am') diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 760c477..fdd5a1d 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -30,7 +30,7 @@ # include $(top_srcdir)/src/gallium/Automake.inc -LDFLAGS += -Wl,$(top_srcdir)/src/gallium/targets/egl-static/egl.link +LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl.link AM_CFLAGS = $(PTHREAD_CFLAGS) AM_CPPFLAGS = \ -- cgit v1.1