The branch, v3-6-test has been updated
       via  96ab093 s3: tdbdump does not use our libs (cherry picked via commit 
aea64ef275b6e94ca7afb8fa2bb172416773abdf and 
82c0e79b8d8c693c128e83d8062e1543f3bb311d)
      from  95d3591 tdb: add restore

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 96ab0938ebf5c03228183ec90e48f4a136e6680c
Author: Volker Lendecke <[email protected]>
Date:   Wed Sep 22 18:00:10 2010 +0200

    s3: tdbdump does not use our libs
    (cherry picked via commit aea64ef275b6e94ca7afb8fa2bb172416773abdf and 
82c0e79b8d8c693c128e83d8062e1543f3bb311d)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 35ab705..ba75c9e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3024,10 +3024,9 @@ bin/tdbt...@exeext@: $(BINARY_PREREQS) $(TDBTOOL_OBJ) 
$(LIBTALLOC) $(LIBTDB)
        @$(CC) -o $@ $(LDFLAGS) $(TDBTOOL_OBJ) $(DYNEXP) \
                $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
 
-bin/tdbd...@exeext@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) $(LIBTALLOC) $(LIBTDB)
+bin/tdbd...@exeext@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) $(LIBTDB)
        @echo Linking $@
-       @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) \
-               $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
+       @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) $(LIBTDB_LIBS) 
$(LIBREPLACE_LIBS)
 
 bin/tdbrest...@exeext@: $(BINARY_PREREQS) $(TDBRESTORE_OBJ) $(LIBTDB)
        @echo Linking $@


-- 
Samba Shared Repository

Reply via email to