svn commit: samba r24352 - in branches/SAMBA_3_2_0/source: .

vlendec at samba.org vlendec at samba.org
Sun Aug 12 16:59:00 GMT 2007


Author: vlendec
Date: 2007-08-12 16:58:59 +0000 (Sun, 12 Aug 2007)
New Revision: 24352

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

Log:
Fix the build of vfs_fileid

Thanks to Kai Blin <kai at samba.org> for reporting this

Modified:
   branches/SAMBA_3_2_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_2_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_2_0/source/Makefile.in	2007-08-12 12:57:56 UTC (rev 24351)
+++ branches/SAMBA_3_2_0/source/Makefile.in	2007-08-12 16:58:59 UTC (rev 24352)
@@ -1677,7 +1677,8 @@
 
 bin/fileid. at SHLIBEXT@: $(BINARY_PREREQS) $(VFS_FILEID_OBJ)
 	@echo "Building plugin $@"
-	@$(SHLD_MODULE) $(VFS_FILEID_OBJ)
+	@$(SHLD) $(LDSHFLAGS) -o $@ $(VFS_FILEID_OBJ) \
+		@SONAMEFLAG@`basename $@`
 
 #########################################################
 ## IdMap NSS plugins



More information about the samba-cvs mailing list