Commit a8e28698 authored by Måns Rullgård's avatar Måns Rullgård

configure: fix PIC activation for x86_64 shared libs

Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d9513de6
......@@ -2085,7 +2085,7 @@ fi
if enabled shared; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
case "$arch" in
case "${subarch-$arch}" in
x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
esac
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