configure: enable PIC on s390(x)
authorReinhard Tartler <siretart@tauware.de>
Sun, 2 Mar 2014 07:11:05 +0000 (02:11 -0500)
committerReinhard Tartler <siretart@tauware.de>
Wed, 5 Mar 2014 02:40:36 +0000 (21:40 -0500)
commit5ddc9f5052316608799b932c604f9e7561f8ce24
treec875bb20c850cd0981b954af51817703a53d85d9
parenteeaf4f3b87815cbae4c12856cfaafb3a2dae8e0c
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
configure