svn commit: samba r18976 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Thu Sep 28 15:13:10 GMT 2006


Author: metze
Date: 2006-09-28 15:13:08 +0000 (Thu, 28 Sep 2006)
New Revision: 18976

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

Log:
follow the advice from "William Jojo" <jojowil at hvcc.edu>
and pass -bbigtoc also to the linker when building shared libs

metze
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-09-28 15:12:44 UTC (rev 18975)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-28 15:13:08 UTC (rev 18976)
@@ -1728,7 +1728,7 @@
 			;;
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
-			LDSHFLAGS="-Wl,-G,-bexpall"
+			LDSHFLAGS="-Wl,-G,-bexpall,-bbigtoc"
 			DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
 			PICFLAGS="-O2"
 			# as AIX code is always position independent...



More information about the samba-cvs mailing list