Even powerpc/power needs PIC for shared objects today

Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Barbato 18 years ago
parent aad512b4ec
commit f824ba7b61
  1. 2
      configure

2
configure vendored

@ -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

Loading…
Cancel
Save