[FFmpeg-cvslog] r16563 - trunk/configure
mru
subversion
Mon Jan 12 00:49:07 CET 2009
Author: mru
Date: Mon Jan 12 00:49:06 2009
New Revision: 16563
Log:
configure: fix PIC activation for x86_64 shared libs
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jan 12 00:26:52 2009 (r16562)
+++ trunk/configure Mon Jan 12 00:49:06 2009 (r16563)
@@ -2085,7 +2085,7 @@ fi
if enabled shared; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
- case "$arch" in
+ case "${subarch-$arch}" in
x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
esac
fi
More information about the ffmpeg-cvslog
mailing list