Commit f824ba7b authored by Luca Barbato's avatar Luca Barbato

Even powerpc/power needs PIC for shared objects today

Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aad512b4
......@@ -1818,7 +1818,7 @@ if enabled lshared; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
case "$arch" in
x86_64|ia64|alpha|sparc*) LIBOBJFLAGS="\$(PIC)" ;;
x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;;
esac
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment