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

jra at samba.org jra at samba.org
Thu Mar 9 22:00:18 GMT 2006


Author: jra
Date: 2006-03-09 22:00:12 +0000 (Thu, 09 Mar 2006)
New Revision: 14106

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

Log:
Fix from William Jojo for AIX vfs builds. Thanks Bill !
Jeremy.

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-03-09 21:59:37 UTC (rev 14105)
+++ branches/SAMBA_3_0/source/configure.in	2006-03-09 22:00:12 UTC (rev 14106)
@@ -1543,7 +1543,7 @@
 			;;
 		*aix*) AC_DEFINE(AIX,1,[Whether the host os is aix])
 			BLDSHARED="true"
-			LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry,-berok"
+			LDSHFLAGS="-Wl,-G,-bexpall"
 			DYNEXP="-Wl,-brtl,-bexpall,-bbigtoc"
 			PICFLAGS="-O2"
 			if test "${GCC}" != "yes"; then



More information about the samba-cvs mailing list