svn commit: samba r18975 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Thu Sep 28 15:12:44 GMT 2006


Author: metze
Date: 2006-09-28 15:12:44 +0000 (Thu, 28 Sep 2006)
New Revision: 18975

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

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_4_0/source/build/m4/check_ld.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_ld.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-09-28 15:10:11 UTC (rev 18974)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2006-09-28 15:12:44 UTC (rev 18975)
@@ -95,7 +95,7 @@
 		;;
 	*aix*)
 		BLDSHARED="true"
-		SHLD_FLAGS="-Wl,-G,-bexpall"
+		SHLD_FLAGS="-Wl,-G,-bexpall,-bbigtoc"
 		LDFLAGS="-Wl,-brtl,-bexpall,-bbigtoc"
 		# as AIX code is always position independent...
 		PICFLAG="-O2"



More information about the samba-cvs mailing list