mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
configure: fix PIC activation for x86_64 shared libs
Originally committed as revision 16563 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d9513de67c
commit
a8e2869820
2
configure
vendored
2
configure
vendored
@ -2085,7 +2085,7 @@ fi
|
|||||||
if enabled shared; then
|
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 "${subarch-$arch}" in
|
||||||
x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
|
x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user