From 5c0e9479ef13995986eab7d24a7d63a022e525bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 15 Jun 2007 20:43:58 +0000 Subject: [PATCH] test whether linker supports --warn-common Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index c397be7..ac5effc 100755 --- a/configure +++ b/configure @@ -888,7 +888,7 @@ thread_type="no" SHFLAGS='-shared -Wl,-soname,$@' VHOOKSHFLAGS='$(SHFLAGS)' LIBOBJFLAGS="" -FFLDFLAGS=-Wl,--warn-common +FFLDFLAGS= LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil' FFSERVERLDFLAGS=-Wl,-E LDCONFIG="ldconfig" @@ -1792,6 +1792,7 @@ check_cflags -Wno-pointer-sign enabled extra_warnings && check_cflags -Winline # add some linker flags +check_ldflags -Wl,--warn-common check_ldflags $LDLATEFLAGS # not all compilers support -Os -- 2.7.4