Commit c0f1a3bd authored by lu_zero's avatar lu_zero

Even powerpc/power needs PIC for shared objects today

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01a1ac3a
...@@ -1818,7 +1818,7 @@ if enabled lshared; then ...@@ -1818,7 +1818,7 @@ if enabled lshared; 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 "$arch" in case "$arch" in
x86_64|ia64|alpha|sparc*) LIBOBJFLAGS="\$(PIC)" ;; x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS="\$(PIC)" ;;
esac esac
fi fi
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