mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 18:40:03 +01:00
build PIC code on powerpc
this avoids failing 24bit relocations as seen on http://bugs.debian.org/561956 as side effect Originally committed as revision 21613 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -2219,7 +2219,7 @@ if enabled shared; then
|
|||||||
# LIBOBJFLAGS may have already been set in the OS configuration
|
# LIBOBJFLAGS may have already been set in the OS configuration
|
||||||
if test -z "$LIBOBJFLAGS" ; then
|
if test -z "$LIBOBJFLAGS" ; then
|
||||||
case "${subarch-$arch}" in
|
case "${subarch-$arch}" in
|
||||||
x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
|
x86_64|ia64|alpha|sparc*|ppc|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user