From: Reinhard Tartler Date: Sun, 2 Mar 2014 07:11:05 +0000 (-0500) Subject: configure: enable PIC on s390(x) X-Git-Tag: v11_alpha1~1074 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ddc9f5052316608799b932c604f9e7561f8ce24;p=platform%2Fupstream%2Flibav.git configure: enable PIC on s390(x) The s390 architecture requires shared libraries to be built in PIC mode. Otherwise applications will get wrong relocations at run-time, leading to confusing segmentation faults. CC: libav-stable@libav.org --- diff --git a/configure b/configure index 1954c54..d12427d 100755 --- a/configure +++ b/configure @@ -3220,6 +3220,10 @@ case "$arch" in check_64bit ppc ppc64 'sizeof(void *) > 4' spic=$shared ;; + s390) + check_64bit s390 s390x 'sizeof(void *) > 4' + spic=$shared + ;; sparc) check_64bit sparc sparc64 'sizeof(void *) > 4' spic=$shared