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

metze at samba.org metze at samba.org
Mon Apr 16 10:36:16 GMT 2007


Author: metze
Date: 2007-04-16 10:36:15 +0000 (Mon, 16 Apr 2007)
New Revision: 22257

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

Log:
disable shared libraries on IRIX for now
as us4 fails to link libtorture.so because of an argv overflow

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	2007-04-16 10:04:39 UTC (rev 22256)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-04-16 10:36:15 UTC (rev 22257)
@@ -95,7 +95,8 @@
 		PICFLAG="-fPIC"
 		;;
 	*irix*)
-		BLDSHARED="true"
+		# disabled because us4 fails to link libtorture.so
+		BLDSHARED="false"
 		SHLD_FLAGS="-set_version sgi1.0 -shared"
 		SONAMEFLAG="-soname "
 		SHLD="${PROG_LD}"



More information about the samba-cvs mailing list