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

gd at samba.org gd at samba.org
Thu Sep 1 15:10:04 GMT 2005


Author: gd
Date: 2005-09-01 15:10:03 +0000 (Thu, 01 Sep 2005)
New Revision: 9897

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

Log:
fix build with --enable-socket-wrapper

Guenther

Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2005-09-01 15:01:54 UTC (rev 9896)
+++ branches/SAMBA_3_0/source/Makefile.in	2005-09-01 15:10:03 UTC (rev 9897)
@@ -865,7 +865,7 @@
 
 bin/profiles at EXEEXT@: $(PROFILES_OBJ) @BUILD_POPT@ bin/.dummy
 	@echo Linking $@
-	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(PROFILES_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@ @SOCKWRAP@
+	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(PROFILES_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) @POPTLIBS@
 
 bin/smbspool at EXEEXT@: $(CUPS_OBJ) bin/.dummy
 	@echo Linking $@



More information about the samba-cvs mailing list