[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Sun May 6 23:41:02 MDT 2012


The branch, master has been updated
       via  246409e s4-dns: Build BIND DLZ modules with correct private library
      from  0f02667 lib/param: add support for "SMB3_00"

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 246409e17e83d50c99be9590aa38a3acba9813ad
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Mon May 7 11:46:27 2012 +1000

    s4-dns: Build BIND DLZ modules with correct private library
    
    This fixes rpath for samdb-common private library after make install.
    
    Autobuild-User: Amitay Isaacs <amitay at samba.org>
    Autobuild-Date: Mon May  7 07:40:29 CEST 2012 on sn-devel-104

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

Summary of changes:
 source4/dns_server/wscript_build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
index 47d03ba..afd1d9c 100644
--- a/source4/dns_server/wscript_build
+++ b/source4/dns_server/wscript_build
@@ -17,7 +17,7 @@ bld.SAMBA_LIBRARY('dlz_bind9',
                   link_name='modules/bind9/dlz_bind9.so',
                   realname='dlz_bind9.so',
                   install_path='${MODULESDIR}/bind9',
-                  deps='samba-hostconfig samdb gensec popt')
+                  deps='samba-hostconfig samdb-common gensec popt')
 
 bld.SAMBA_LIBRARY('dlz_bind9_9',
                   source='dlz_bind9.c',
@@ -26,4 +26,4 @@ bld.SAMBA_LIBRARY('dlz_bind9_9',
                   link_name='modules/bind9/dlz_bind9_9.so',
                   realname='dlz_bind9_9.so',
                   install_path='${MODULESDIR}/bind9',
-                  deps='samba-hostconfig samdb gensec popt')
+                  deps='samba-hostconfig samdb-common gensec popt')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list