The branch, master has been updated
       via  82c0e79 s3: fix tdbdump build on Solaris and other boxes
      from  80e240f s3 waf: Remove iniparser source list from 
source3/wscript_build

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 82c0e79b8d8c693c128e83d8062e1543f3bb311d
Author: Björn Jacke <b...@sernet.de>
Date:   Thu Sep 23 09:25:58 2010 -0700

    s3: fix tdbdump build on Solaris and other boxes
    
    needed to fix up aea64ef275b6e94ca7afb8fa2bb172416773abdf

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 25d121a..2f32251 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3034,7 +3034,7 @@ bin/tdbt...@exeext@: $(BINARY_PREREQS) $(TDBTOOL_OBJ) 
$(LIBTALLOC) $(LIBTDB)
 
 bin/tdbd...@exeext@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) $(LIBTDB)
        @echo Linking $@
-       @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) $(LIBTDB_LIBS)
+       @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) $(LIBTDB_LIBS) 
$(LIBREPLACE_LIBS)
 
 bin/tdbtort...@exeext@: $(BINARY_PREREQS) $(TDBTORTURE_OBJ) $(LIBTALLOC) 
$(LIBTDB)
        @echo Linking $@


-- 
Samba Shared Repository

Reply via email to