From f824ba7b617902f250aca17b2f57678d1421a7bf Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 6 Feb 2007 19:29:15 +0000 Subject: [PATCH] Even powerpc/power needs PIC for shared objects today Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ce1585d2d49..5946a68cfa3 100755 --- 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 -- 2.39.2