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

tpot at samba.org tpot at samba.org
Mon Jan 9 21:58:41 GMT 2006


Author: tpot
Date: 2006-01-09 21:58:40 +0000 (Mon, 09 Jan 2006)
New Revision: 12802

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

Log:
Fix for bugzilla #3389 from William Jojo.  This fixes failures on AIX in  
linking smbd when the symbol table for ld exceeds 65536 bytes.

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


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-01-09 21:44:30 UTC (rev 12801)
+++ branches/SAMBA_3_0/source/configure.in	2006-01-09 21:58:40 UTC (rev 12802)
@@ -1460,7 +1460,7 @@
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
 			LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok"
-			DYNEXP="-Wl,-brtl,-bexpall"
+			DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
 			PICFLAGS="-O2"
 			if test "${GCC}" != "yes"; then
 				## for funky AIX compiler using strncpy()

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2006-01-09 21:44:30 UTC (rev 12801)
+++ trunk/source/configure.in	2006-01-09 21:58:40 UTC (rev 12802)
@@ -1460,7 +1460,7 @@
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
 			LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok"
-			DYNEXP="-Wl,-brtl,-bexpall"
+			DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
 			PICFLAGS="-O2"
 			if test "${GCC}" != "yes"; then
 				## for funky AIX compiler using strncpy()



More information about the samba-cvs mailing list