[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-7-156-g36bff92

Karolin Seeger kseeger at samba.org
Mon Feb 2 09:12:23 GMT 2009


The branch, v3-2-stable has been updated
       via  36bff929acbe1bde2d752124b06d0f9ccc84e836 (commit)
      from  e0b8d1af1bef392b4b188ca3f8ea5066b6547433 (commit)

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


- Log -----------------------------------------------------------------
commit 36bff929acbe1bde2d752124b06d0f9ccc84e836
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Feb 1 03:22:41 2009 +0100

    fix build with external dns_sd libraries
    
    This used to be commit 16f07280 in master.
    (cherry picked from commit 89919a131b234485564ff2f2f20e3d9f9eb83522)
    (cherry picked from commit 5d76e219ab4856a5c72835eebf48d5dd1cf0e01e)

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

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 a4944b1..054919a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1454,7 +1454,7 @@ bin/pdbtest at EXEEXT@: $(BINARY_PREREQS) $(PDBTEST_OBJ) @BUILD_POPT@ @LIBTALLOC_SH
 bin/vfstest at EXEEXT@: $(BINARY_PREREQS) $(VFSTEST_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
 	@echo Linking $@
 	@$(CC) $(FLAGS) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) \
-		$(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) \
+		$(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) $(DNSSD_LIBS) \
 		$(ACL_LIBS) $(LIBS) $(POPT_LIBS) $(KRB5LIBS) $(LDAP_LIBS) \
 		@SMBD_LIBS@ $(NSCD_LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) \
 		$(WINBIND_LIBS)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list