[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Jan 8 20:05:02 UTC 2018


The branch, master has been updated
       via  c5fb651 pwrap: Build libpamtest as a subsystem to avoid issues
      from  778d5fd selftest: use net rpc join when joining NT4-style domains

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


- Log -----------------------------------------------------------------
commit c5fb65121d8b26932eb9fb90474a2e5129c3f178
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Nov 27 19:37:49 2017 +0100

    pwrap: Build libpamtest as a subsystem to avoid issues
    
    Making it a subsystem adds the correct include directory for
    libpamtest.h.
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Mon Jan  8 21:04:16 CET 2018 on sn-devel-144

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

Summary of changes:
 third_party/pam_wrapper/wscript | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/third_party/pam_wrapper/wscript b/third_party/pam_wrapper/wscript
index 75b4eec..b9acf1b 100644
--- a/third_party/pam_wrapper/wscript
+++ b/third_party/pam_wrapper/wscript
@@ -109,9 +109,13 @@ def build(bld):
                           install=False,
                           realname='libpam-wrapper.so')
 
+        bld.SAMBA_SUBSYSTEM('libpamtest',
+                            source='libpamtest.c',
+                            deps='dl pam')
+
         # Can be used to write pam tests in python
         for env in bld.gen_python_environments():
             bld.SAMBA_PYTHON('pypamtest',
-                             source='python/pypamtest.c libpamtest.c',
-                             deps='dl pam',
+                             source='python/pypamtest.c',
+                             deps='libpamtest',
                              install=False)


-- 
Samba Shared Repository



More information about the samba-cvs mailing list