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

metze at samba.org metze at samba.org
Fri May 4 09:35:02 GMT 2007


Author: metze
Date: 2007-05-04 09:35:01 +0000 (Fri, 04 May 2007)
New Revision: 22662

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

Log:
disable shared library support on Tru64

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-05-04 09:22:52 UTC (rev 22661)
+++ branches/SAMBA_4_0/source/build/m4/check_ld.m4	2007-05-04 09:35:01 UTC (rev 22662)
@@ -135,7 +135,8 @@
 		fi
 		;;
 	*osf*)
-		BLDSHARED="true"
+		# disabled because tru64 fails to link libtorture.so
+		BLDSHARED="false"
 		SONAMEFLAG="-Wl,-soname,"
 		PICFLAG="-fPIC"
 		;;



More information about the samba-cvs mailing list