[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed Dec 1 08:16:02 MST 2010


The branch, master has been updated
       via  ffc3f94 s4/waf: add intl dependency for nss_winnbind
      from  6803a72 s4-test/schema: Extend the test to replicate a Class with Attribute with "mayContain" relation

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


- Log -----------------------------------------------------------------
commit ffc3f943cd9fbcc7dfdae6e843b2759a81e5b110
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Dec 1 15:26:11 2010 +0100

    s4/waf: add intl dependency for nss_winnbind
    
    needed to fix a build issue on NetBSD and other platforms
    
    Autobuild-User: Björn Jacke <bj at sernet.de>
    Autobuild-Date: Wed Dec  1 16:15:19 CET 2010 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index acb7313..223e24d 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -28,7 +28,7 @@ bld.SAMBA_LIBRARY('nss_winbind',
 if bld.CONFIG_SET('HAVE_PAM_START'):
 	bld.SAMBA_LIBRARY('pamwinbind',
 		source='../nsswitch/pam_winbind.c',
-		deps='talloc wbclient winbind-client LIBINIPARSER pam',
+		deps='talloc wbclient winbind-client LIBINIPARSER pam intl',
 		cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
 		realname='pam_winbind.so',
 		)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list