Commit e70f1a20 authored by Diego Biurrun's avatar Diego Biurrun

Add parisc* to the list of architectures requiring PIC flags for shared libs.

Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9ea583e1
...@@ -1866,7 +1866,7 @@ if enabled shared; then ...@@ -1866,7 +1866,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 "$arch" in case "$arch" in
x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;; x86_64|ia64|alpha|sparc*|power*|parisc*) 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