From: Emil Velikov Date: Sat, 5 Apr 2014 17:09:59 +0000 (+0100) Subject: targets/omx: drop the version from the omx targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53dd2e45f4625cc82f96e628a0e20512557113b8;p=mesa.git targets/omx: drop the version from the omx targets Suggested-by: Christian König Signed-off-by: Emil Velikov --- diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc index 5263b7ae22a..5a4f4e8c455 100644 --- a/src/gallium/Automake.inc +++ b/src/gallium/Automake.inc @@ -81,6 +81,7 @@ GALLIUM_OMX_LINKER_FLAGS = \ -shared \ -module \ -no-undefined \ + -avoid-version \ -Wl,--version-script=$(top_srcdir)/src/gallium/targets/omx.sym \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED)