alpha needs -fPIC for shared libs
authorMåns Rullgård <mans@mansr.com>
Sun, 11 Dec 2005 00:45:33 +0000 (00:45 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 11 Dec 2005 00:45:33 +0000 (00:45 +0000)
Originally committed as revision 4732 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index a0acc8de3cbba36ad94c4413a07f93a606a3565e..80948786c26ec9465697a31a4c89e0586fe8740b 100755 (executable)
--- 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