summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2005-12-11 00:45:33 +0000
committerMåns Rullgård <mans@mansr.com>2005-12-11 00:45:33 +0000
commit9261e3eb4ecbb94a6e75faebea20cbba2425d436 (patch)
tree4022d2f5c363bf8fa136ae77d01cdfbca2bdd9d5 /configure
parentf6d1338cb5ca056021a3628e2f15b9b68e70301d (diff)
alpha needs -fPIC for shared libs
Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a0acc8de3c..80948786c2 100755
--- a/configure
+++ b/configure
@@ -1184,7 +1184,7 @@ fi
if test "$lshared" = "yes" ; then
# LIBOBJFLAGS may have already been set in the OS configuration
if test -z "$LIBOBJFLAGS" ; then
- if test "$cpu" = "x86_64" -o "$cpu" = "ia64" ; then
+ if test "$cpu" = "x86_64" -o "$cpu" = "ia64" -o "$cpu" = "alpha" ; then
LIBOBJFLAGS="\$(PIC)"
fi
fi