svn commit: samba r8151 - branches/SAMBA_3_0/source trunk/source

lmuelle at samba.org lmuelle at samba.org
Mon Jul 4 16:39:13 GMT 2005


Author: lmuelle
Date: 2005-07-04 16:39:11 +0000 (Mon, 04 Jul 2005)
New Revision: 8151

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8151

Log:
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

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/configure.in
   trunk/source/Makefile.in
   trunk/source/configure.in


Changeset:
Sorry, the patch is too large (744 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8151


More information about the samba-cvs mailing list