From 53dd2e45f4625cc82f96e628a0e20512557113b8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 5 Apr 2014 18:09:59 +0100 Subject: [PATCH] targets/omx: drop the version from the omx targets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Suggested-by: Christian König Signed-off-by: Emil Velikov --- src/gallium/Automake.inc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2