git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae4ca61
)
use -Bsymbolic linker flag if supported
author
Måns Rullgård
<mans@mansr.com>
Tue, 4 Dec 2007 20:01:41 +0000
(20:01 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 4 Dec 2007 20:01:41 +0000
(20:01 +0000)
Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
ebeca1c
..
703d0d5
100755
(executable)
--- 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