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.
macos/v1.5.9
Eric Anholt 11 years ago
parent 1e443b2daf
commit 6e8977a177
  1. 1
      src/Makefile.am

@ -113,6 +113,7 @@ libepoxy_la_SOURCES = \
libepoxy_la_LDFLAGS = \
-no-undefined \
-Bsymbolic \
$(EPOXY_LINK_LIBS) \
$()

Loading…
Cancel
Save