From 6e8977a177ef4c361cf78512ae45a4e10a0674db Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 11 Dec 2013 15:15:35 -0800 Subject: [PATCH] Link the library with -Bsymbolic. We don't want anybody to accidentally override the library's internal usage of epoxy_has_gl_extension() or similar public interfaces. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index a39300c..1d210ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -113,6 +113,7 @@ libepoxy_la_SOURCES = \ libepoxy_la_LDFLAGS = \ -no-undefined \ + -Bsymbolic \ $(EPOXY_LINK_LIBS) \ $()