Even powerpc/power needs PIC for shared objects today
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 6 Feb 2007 19:29:15 +0000 (19:29 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 6 Feb 2007 19:29:15 +0000 (19:29 +0000)
Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index ce1585d2d49f3c5cc45940b5e57b3e65124bc04f..5946a68cfa3b25bcd06df31ad79acee49c10a8db 100755 (executable)
--- a/configure
+++ b/configure
@@ -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