OSDN Git Service

Add parisc* to the list of architectures requiring PIC flags for shared libs.
authorDiego Biurrun <diego@biurrun.de>
Sun, 13 Jul 2008 12:40:11 +0000 (12:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 13 Jul 2008 12:40:11 +0000 (12:40 +0000)
Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index e7b1f95..73731a5 100755 (executable)
--- a/configure
+++ b/configure
@@ -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