ppc: always use pic for shared libraries

CC: libav-stable@libav.org
(cherry picked from commit 1944d532a8)

Conflicts:

	configure
This commit is contained in:
Luca Barbato 2012-12-03 22:53:30 +01:00 committed by Reinhard Tartler
parent 5fa739e685
commit 08d9fd611e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2342,7 +2342,7 @@ check_host_cflags -std=c99
check_host_cflags -Wall
case "$arch" in
alpha|ia64|mips|parisc|sparc)
alpha|ia64|mips|parisc|ppc|sparc)
spic=$shared
;;
x86)