diff options
-rw-r--r-- | src/gallium/Automake.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |