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

Michael Adam obnox at samba.org
Fri Aug 15 09:22:18 GMT 2008


The branch, v3-2-test has been updated
       via  40e58351472689dbefb02e185d958bee5ca83937 (commit)
      from  c01f10709b50f26a9513f9a83975c187d9958ecb (commit)

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


- Log -----------------------------------------------------------------
commit 40e58351472689dbefb02e185d958bee5ca83937
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jul 11 15:35:24 2008 +0200

    build: fix build of libaddns shared lib : it needs socket_wrapper.
    
    Michael
    (cherry picked from commit 58bc04b31b15c36505c5ecb2d8373e9033972390)

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

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 5ed8aae..cf0c98a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -345,7 +345,7 @@ KRBCLIENT_OBJ = libads/kerberos.o libads/ads_status.o
 
 LIBADDNS_OBJ0 = libaddns/dnsrecord.o libaddns/dnsutils.o  libaddns/dnssock.o \
 	       libaddns/dnsgss.o libaddns/dnsmarshall.o
-LIBADDNS_OBJ = $(LIBADDNS_OBJ0) @LIBTALLOC_STATIC@
+LIBADDNS_OBJ = $(LIBADDNS_OBJ0) $(SOCKET_WRAPPER_OBJ) @LIBTALLOC_STATIC@
 
 LIBGPO_OBJ0 = libgpo/gpo_ldap.o libgpo/gpo_ini.o libgpo/gpo_util.o \
 	      libgpo/gpo_fetch.o libgpo/gpo_filesync.o libgpo/gpo_sec.o


-- 
Samba Shared Repository


More information about the samba-cvs mailing list