[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2754-g3398403

Michael Adam obnox at samba.org
Wed Mar 5 22:48:42 GMT 2008


The branch, v3-2-test has been updated
       via  3398403c22c0f39b0d91621d81e31004fc8d28bc (commit)
      from  6cac3127312acaac65fcd54280605605765787ad (commit)

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


- Log -----------------------------------------------------------------
commit 3398403c22c0f39b0d91621d81e31004fc8d28bc
Author: Michael Adam <obnox at samba.org>
Date:   Wed Mar 5 23:47:59 2008 +0100

    Build: fix bin/net on Solaris - use -ltdb instead of bin/libtdb.so
    
    Reported by Christian McHugh <christian.mchugh at nau.edu> on the samba ML.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 6d3ab60..e2f02cb 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1572,7 +1572,7 @@ bin/libaddns.a: $(BINARY_PREREQS) $(LIBADDNS_OBJ)
 $(LIBNETAPI_SHARED_TARGET): $(BINARY_PREREQS) $(LIBNETAPI_OBJ) @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
 	@echo Linking shared library $@
 	@$(SHLD_DSO) $(LIBNETAPI_OBJ) \
-		@LIBTALLOC_LIBS@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@ $(LIBS) \
+		@LIBTALLOC_LIBS@ @LIBTDB_LIBS@ @LIBWBCLIENT_SHARED@ $(LIBS) \
 		$(LDAP_LIBS) $(KRB5LIBS) $(NSCD_LIBS) \
 		@SONAMEFLAG@`basename $@`.$(SONAME_VER)
 	@ln -s -f `basename $@` $@.$(SONAME_VER)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list