svn commit: samba r22200 - in branches/SAMBA_4_0/source/ntvfs: .

metze at samba.org metze at samba.org
Thu Apr 12 14:56:30 GMT 2007


Author: metze
Date: 2007-04-12 14:56:29 +0000 (Thu, 12 Apr 2007)
New Revision: 22200

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

Log:
make ntvfs a subsystem as linking ntvfs.so.1 uses
ca. 800 cmdline args to ld and that fails on some hosts
in the build-farm, lets see if they will be happier now

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/config.mk	2007-04-12 13:36:49 UTC (rev 22199)
+++ branches/SAMBA_4_0/source/ntvfs/config.mk	2007-04-12 14:56:29 UTC (rev 22200)
@@ -79,11 +79,11 @@
 
 ################################################
 # Start SUBSYSTEM NTVFS
-[LIBRARY::ntvfs]
+[SUBSYSTEM::ntvfs]
 PUBLIC_HEADERS = ntvfs.h
-VERSION = 0.0.1
-SO_VERSION = 0
-DESCRIPTION = Virtual File System with NTFS semantics
+#VERSION = 0.0.1
+#SO_VERSION = 0
+#DESCRIPTION = Virtual File System with NTFS semantics
 PRIVATE_PROTO_HEADER = ntvfs_proto.h
 OBJ_FILES = \
 		ntvfs_base.o \



More information about the samba-cvs mailing list