From b4730b79df67ef37db2146a0bcb74ff15ffffad0 Mon Sep 17 00:00:00 2001 From: mru Date: Sun, 11 Jan 2009 23:49:06 +0000 Subject: [PATCH] configure: fix PIC activation for x86_64 shared libs git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16563 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ccca8d85d..f1eab728f 100755 --- a/configure +++ b/configure @@ -2085,7 +2085,7 @@ fi if enabled shared; then # LIBOBJFLAGS may have already been set in the OS configuration if test -z "$LIBOBJFLAGS" ; then - case "$arch" in + case "${subarch-$arch}" in x86_64|ia64|alpha|sparc*|power*|parisc*|mips*) LIBOBJFLAGS='$(PIC)' ;; esac fi -- 2.39.2