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

jelmer at samba.org jelmer at samba.org
Wed Nov 2 19:31:04 GMT 2005


Author: jelmer
Date: 2005-11-02 19:31:04 +0000 (Wed, 02 Nov 2005)
New Revision: 11481

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

Log:
Disable pre-linking on VMS

Modified:
   branches/SAMBA_4_0/source/build/m4/rewrite.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/rewrite.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-11-02 17:15:17 UTC (rev 11480)
+++ branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-11-02 19:31:04 UTC (rev 11481)
@@ -258,6 +258,11 @@
 		LDSHFLAGS="-G"
 		AC_DEFINE(STAT_ST_BLOCKSIZE,512)
 		;;
+	*-vms)
+		BLDMERGED="false"
+		BLDSHARED="false"
+		LDSHFLAGS=""
+		;;
 	*vos*) AC_DEFINE(STAT_ST_BLOCKSIZE,4096)
 		BLDSHARED="false"
 		BLDMERGED="false"



More information about the samba-cvs mailing list