summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-12-04 20:01:41 +0000
committerMåns Rullgård <mans@mansr.com>2007-12-04 20:01:41 +0000
commitc2fd6530af26e154b4d7797f97ad36e0b459a954 (patch)
tree781b8bde98b79025a99730838b573a1f88b174ce
parentae4ca617e3b36132cb077bf0e89dbb5220a053ae (diff)
use -Bsymbolic linker flag if supported
Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ebeca1cc43..703d0d504d 100755
--- a/configure
+++ b/configure
@@ -1701,6 +1701,7 @@ enabled extra_warnings && check_cflags -Winline
# add some linker flags
check_ldflags -Wl,--warn-common
check_ldflags $LDLATEFLAGS
+check_ldflags -Wl,-Bsymbolic
if enabled small; then
check_cflags -Os # not all compilers support -Os