[SCM] Samba Shared Repository - branch master updated

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


The branch, master has been updated
       via  3e9faf7 libcli/auth: fix PAM_ERRORS subsystem build.
      from  822a511 s3: Skip the CHAIN1 tests

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


- Log -----------------------------------------------------------------
commit 3e9faf7efd5c424232503d3aa3950d272ad8d6e8
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

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

Summary of changes:
 libcli/auth/wscript_build |    3 ++-
 1 files changed, 2 insertions(+), 1 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'
 	)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list