r8151: Add support to create position independent executable (PIE) code if the
authorLars Müller <lmuelle@samba.org>
Mon, 4 Jul 2005 16:39:11 +0000 (16:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:58:12 +0000 (10:58 -0500)
commit07845bb4c5a31cb29bf7b8ff6c50e5da84c329e4
tree11e7d3114e8a04557e0d93645245ddfdeb08fd59
parent91596330ea3c4ba0fb9ddc52ad9d4a7c8e5b2d3f
r8151: Add support to create position independent executable (PIE) code if the
compiler supports it.

We have to compile with -fPIE and not -fpie.  Else ppc and s390(x) will
fail (to small GOT).

It's possible to disable configure's PIE detection with --disable-pie
source/Makefile.in
source/configure.in