[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2686-g3963107

Michael Adam obnox at samba.org
Mon Jul 7 16:35:55 GMT 2008


The branch, v3-2-test has been updated
       via  396310775e69baeee06b2e6469854a5ddf759a91 (commit)
      from  dcf986937ccf5e6947c4214aa0838733ed7f3b9b (commit)

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


- Log -----------------------------------------------------------------
commit 396310775e69baeee06b2e6469854a5ddf759a91
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 7 18:34:13 2008 +0200

    build: fix creation of libaddns.a - don't link in libtalloc.a
    
    another step towards fixing bug #5590
    
    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 4c93b2f..136ac0c 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1627,9 +1627,9 @@ bin/libaddns. at SHLIBEXT@: $(BINARY_PREREQS) $(LIBADDNS_OBJ) @LIBTALLOC_SHARED@
 		$(KRB5LIBS) $(UUID_LIBS) @LIBTALLOC_LIBS@ \
 		@SONAMEFLAG@`basename $@`.$(SONAME_VER)
 
-bin/libaddns.a: $(BINARY_PREREQS) $(LIBADDNS_OBJ)
+bin/libaddns.a: $(BINARY_PREREQS) $(LIBADDNS_OBJ0)
 	@echo Linking non-shared library $@
-	@-$(AR) -rc $@ $(LIBADDNS_OBJ)
+	@-$(AR) -rc $@ $(LIBADDNS_OBJ0)
 
 $(LIBNETAPI_SYMS): $(LIBNETAPI_HEADERS)
 	@$(MKSYMS_SH) $(AWK) $@ $(LIBNETAPI_HEADERS)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list