configs: Always use -fPIC for shared libraries, never for static
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 31 Oct 2007 17:33:20 +0000 (10:33 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 31 Oct 2007 21:19:20 +0000 (14:19 -0700)
commitc3b5adaa9a7bdb7e61305c32e4991e3b38dab902
tree68899824e36cc12e5edf3cd9cc0b1f6e0bee249b
parent013dbcd6111bc880e65ed00a7ca31e19230a81d5
configs: Always use -fPIC for shared libraries, never for static

Mesa currently disables -fPIC for DRI on x86, but most Linux distros are
re-enabling -fPIC for all DRI arches. Let's just do that here since
that's normally what's wanted for shared libraries. Some justification:

http://bugs.gentoo.org/show_bug.cgi?id=110840#c9

On the other hand, position-independent code is only necessary when
building shared libraries, so disable it for the static cases.
configs/linux-alpha-static
configs/linux-dri-x86
configs/linux-osmesa16-static
configs/linux-ppc-static
configs/linux-solo-x86
configs/linux-static
configs/linux-x86-64-static
configs/linux-x86-static