[SCM] Samba Shared Repository - branch v3-6-test updated

Günther Deschner gd at samba.org
Fri Feb 11 17:00:51 MST 2011


The branch, v3-6-test has been updated
       via  bd891b4 s3-waf: try to fix the netbsd build and add -lintl to the 'net' binary.
       via  ca683c4 libcli/auth: fix PAM_ERRORS subsystem build.
      from  d580ace s3: Skip the CHAIN1 tests

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


- Log -----------------------------------------------------------------
commit bd891b41717ae921da1bf5e17c4644ff05d18b8d
Author: Günther Deschner <gd at samba.org>
Date:   Fri Feb 11 23:48:26 2011 +0100

    s3-waf: try to fix the netbsd build and add -lintl to the 'net' binary.
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Sat Feb 12 00:48:11 CET 2011 on sn-devel-104
    (cherry picked from commit 13e820cd104d086603d83464b72581a1d4d4fc2f)

commit ca683c44a8d2ed2601605577c62bfc5865d28077
Author: Günther Deschner <gd at samba.org>
Date:   Fri Feb 11 22:59:31 2011 +0100

    libcli/auth: fix PAM_ERRORS subsystem build.
    
    (waf-)god knows why, without this (fake) dependency, ./configure && make fails
    while including replace.h while ./configure.developer && make succeeds...
    
    Guenther
    
    Autobuild-User: Günther Deschner <gd at samba.org>
    Autobuild-Date: Fri Feb 11 23:50:40 CET 2011 on sn-devel-104
    (cherry picked from commit 3e9faf7efd5c424232503d3aa3950d272ad8d6e8)

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

Summary of changes:
 libcli/auth/wscript_build |    3 ++-
 source3/wscript_build     |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index c47c6f7..15f8f64 100644
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -26,5 +26,6 @@ bld.SAMBA_SUBSYSTEM('COMMON_SCHANNELDB',
 
 
 bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
-	source='pam_errors.c'
+	source='pam_errors.c',
+	deps='talloc'
 	)
diff --git a/source3/wscript_build b/source3/wscript_build
index 8bc2028..5b15182 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1176,7 +1176,7 @@ bld.SAMBA_BINARY('client/smbclient',
 
 bld.SAMBA_BINARY('net',
                  source=NET_SRC,
-                 deps='''talloc tdb netapi addns cap resolv POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
+                 deps='''talloc tdb netapi addns cap resolv intl POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
                  PARAM_WITHOUT_REG wbclient PARAM KRBCLIENT LIBMSRPC_GEN LIBMSRPC LIBGPO LIBADS LIBADS_SERVER LIBADS_PRINTER
                  LOCALE_DIR LIBAFS LIBAFS_SETTOKEN SMBREADLINE PASSWD_UTIL LIBNET
                  LIBNET_DSSYNC LIBNET_SAMSYNC LIBEVENTLOG DCUTIL


-- 
Samba Shared Repository


More information about the samba-cvs mailing list