diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-02-06 19:29:15 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-02-06 19:29:15 +0000 |
commit | f824ba7b617902f250aca17b2f57678d1421a7bf (patch) | |
tree | dd4495ab64bbc10810ebe27f76c40606f7332d07 /configure | |
parent | aad512b4ec0d6bef94bd692652c3934556b7e2fd (diff) | |
download | ffmpeg-f824ba7b617902f250aca17b2f57678d1421a7bf.tar.gz |
Even powerpc/power needs PIC for shared objects today
Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |