From c2fd6530af26e154b4d7797f97ad36e0b459a954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 4 Dec 2007 20:01:41 +0000 Subject: [PATCH] use -Bsymbolic linker flag if supported Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) 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