aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/glx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 2e065885e52..ec62faade99 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -102,7 +102,7 @@ GL_LIBS = \
GL_LDFLAGS = \
-Wl,-Bsymbolic \
- -version-number 1:2
+ -version-number 1:2 -no-undefined
libGL_la_SOURCES = $(GL_FILES)
libMangledGL_la_SOURCES = $(GL_FILES)