diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-13 12:40:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-13 12:40:11 +0000 |
commit | e70f1a2067c28474356e1a01f0d6e15d8f147318 (patch) | |
tree | bbcc3d0e51f7934a08b182c7444340f38c222ed0 /configure | |
parent | 9ea583e1f6b02828e5c992143f2de5255e01840c (diff) | |
download | ffmpeg-e70f1a2067c28474356e1a01f0d6e15d8f147318.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1866,7 +1866,7 @@ if enabled shared; then # LIBOBJFLAGS may have already been set in the OS configuration if test -z "$LIBOBJFLAGS" ; then case "$arch" in - x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;; + x86_64|ia64|alpha|sparc*|power*|parisc*) LIBOBJFLAGS='$(PIC)' ;; esac fi fi |