svn commit: samba r23541 - in branches/SAMBA_3_0/source: .

jpeach at samba.org jpeach at samba.org
Mon Jun 18 16:10:01 GMT 2007


Author: jpeach
Date: 2007-06-18 16:10:00 +0000 (Mon, 18 Jun 2007)
New Revision: 23541

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

Log:
Linking the LSA pipe module only once is probably enough.

Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-06-18 14:06:04 UTC (rev 23540)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-06-18 16:10:00 UTC (rev 23541)
@@ -1419,8 +1419,6 @@
 bin/librpc_lsarpc. at SHLIBEXT@: $(BINARY_PREREQS) $(RPC_LSA_OBJ)
 	@echo "Linking $@"
 	@$(SHLD_MODULE) $(RPC_LSA_OBJ)
-	@$(SHLD) $(LDSHFLAGS) -o $@ $(RPC_LSA_OBJ) -lc \
-		@SONAMEFLAG@`basename $@`
 
 bin/librpc_samr. at SHLIBEXT@: $(BINARY_PREREQS) $(RPC_SAMR_OBJ)
 	@echo "Linking $@"



More information about the samba-cvs mailing list