From c207fa6c180bdd121a80e155465160086b87e734 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 6 Oct 2013 19:52:13 +0200 Subject: gallium/dri targets: use DRI_DRIVER_LDFLAGS which contains -Wl,-Bsymbolic. If I understand it correctly, it prevents symbols from clashing if multiple drivers are loaded at the same time. Tested-by: Emil Velikov --- src/gallium/targets/dri-vmwgfx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets/dri-vmwgfx/Makefile.am') diff --git a/src/gallium/targets/dri-vmwgfx/Makefile.am b/src/gallium/targets/dri-vmwgfx/Makefile.am index f7008ab8179..5ff521e5493 100644 --- a/src/gallium/targets/dri-vmwgfx/Makefile.am +++ b/src/gallium/targets/dri-vmwgfx/Makefile.am @@ -42,7 +42,7 @@ vmwgfx_dri_la_SOURCES = \ target.c \ vmw_powf.c -vmwgfx_dri_la_LDFLAGS = -module -avoid-version -shared -no-undefined +vmwgfx_dri_la_LDFLAGS = $(DRI_DRIVER_LDFLAGS) vmwgfx_dri_la_LIBADD = \ $(top_builddir)/src/mesa/drivers/dri/common/libdricommon.la \ -- cgit v1.2.3