[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2162-ge904a3d

Michael Adam obnox at samba.org
Wed Feb 13 09:15:58 GMT 2008


The branch, v3-2-test has been updated
       via  e904a3dd532d7510ac2393e598b3edcf8e1349e8 (commit)
      from  b1deb11a19f09325449fd30fb364173f9ba9d681 (commit)

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


- Log -----------------------------------------------------------------
commit e904a3dd532d7510ac2393e598b3edcf8e1349e8
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 13 10:11:43 2008 +0100

    Add linking -ltalloc to libwbclient.so. Noted by Metze.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 5de5bc4..50dfe4a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1453,9 +1453,9 @@ $(LIBTALLOC_STATIC_TARGET): $(BINARY_PREREQS) $(LIBTALLOC_OBJ0)
 	@echo Linking non-shared library $@
 	@-$(AR) -rc $@ $(LIBTALLOC_OBJ0)
 
-bin/libwbclient. at SHLIBEXT@: $(BINARY_PREREQS) $(LIBWBCLIENT_OBJ)
+bin/libwbclient. at SHLIBEXT@: $(BINARY_PREREQS) $(LIBWBCLIENT_OBJ) @LIBTALLOC_SHARED@
 	@echo Linking shared library $@
-	@$(SHLD_DSO) $(LIBWBCLIENT_OBJ) \
+	@$(SHLD_DSO) @LIBTALLOC_LIBS@ $(LIBWBCLIENT_OBJ) \
 		@SONAMEFLAG@`basename $@`.$(SONAME_VER)
 	@ln -s -f `basename $@` $@.$(SONAME_VER)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list