summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-26 03:35:18 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-26 03:35:18 +0000
commitb55e4ef43d7aed14716e3eaa42f0709f486e0d78 (patch)
treec71ad5d62e94c0f4796b64c41d576d0832bb7a22 /configure
parent2aa29681c9b3451231c6c71e230c91f44e9b3670 (diff)
Try to get this to build on more platforms (especially Darwin)
Originally committed as revision 1278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1378b5c801..30493d9778 100755
--- a/configure
+++ b/configure
@@ -126,6 +126,9 @@ test -f /usr/local/include/inttypes.h || \
echo "Missing inttypes.h, please copy cygwin_inttypes.h to" \
"/usr/include/inttypes.h !!!"
;;
+Linux)
+LDFLAGS=-rdynamic
+;;
*) ;;
esac
@@ -472,6 +475,7 @@ echo "STRIP=$strip" >> config.mak
echo "OPTFLAGS=$CFLAGS" >> config.mak
echo "LDFLAGS=$LDFLAGS" >> config.mak
echo "SHFLAGS=$SHFLAGS" >> config.mak
+echo "LDFLAGS=$LDFLAGS" >> config.mak
if test "$cpu" = "x86" ; then
echo "TARGET_ARCH_X86=yes" >> config.mak
echo "#define ARCH_X86 1" >> $TMPH