[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Sat Jul 17 11:46:52 MDT 2010


The branch, master has been updated
       via  b7a1dd6... s4 pam_winbind: don't build if pam header are not installed
      from  c55f5f2... s4 nss_switch: fix build problem on computer without the iniparser

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


- Log -----------------------------------------------------------------
commit b7a1dd69804e19971b23fc4ebff3bb7234abfad7
Author: Matthieu Patou <mat at matws.net>
Date:   Sat Jul 17 21:45:12 2010 +0400

    s4 pam_winbind: don't build if pam header are not installed

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

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


Changeset truncated at 500 lines:

diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 9303ace..d708662 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -24,9 +24,10 @@ bld.SAMBA_LIBRARY('nsswinbind',
     realname='libnss_winbind.so',
     vnum='2')
 
-bld.SAMBA_LIBRARY('pamwinbind',
-    source='../nsswitch/pam_winbind.c',
-    deps='talloc LIBWBCLIENT LIBWINBIND-CLIENT LIBINIPARSER pam',
-    cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
-    realname='pam_winbind.so',
-    )
+if bld.CONFIG_SET('HAVE_PAM_START'):
+    bld.SAMBA_LIBRARY('pamwinbind',
+        source='../nsswitch/pam_winbind.c',
+        deps='talloc LIBWBCLIENT LIBWINBIND-CLIENT LIBINIPARSER pam',
+        cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
+        realname='pam_winbind.so',
+        )


-- 
Samba Shared Repository


More information about the samba-cvs mailing list