[prev in list] [next in list] [prev in thread] [next in thread] 

List:       samba-cvs
Subject:    [SCM] Samba Shared Repository - branch master updated
From:       Anoop C S <anoopcs () samba ! org>
Date:       2020-06-30 7:52:03
Message-ID: 20200630075203.5C5461403DD () sn ! samba ! org
[Download RAW message or body]

The branch, master has been updated
       via  a89efdfe823 libgpo: only install group policy admx files when building as DC
      from  d93a6d2663a util: fix build on AIX by fixing the order of replace.h include

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


- Log -----------------------------------------------------------------
commit a89efdfe82307b3306bffddb8fa419f96ee86810
Author: Günther Deschner <gd@samba.org>
Date:   Fri Jun 26 10:35:13 2020 +0200

    libgpo: only install group policy admx files when building as DC
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd@samba.org>
    Reviewed-by: David Mulder <dmulder@samba.org>
    Reviewed-by: Anoop C S <anoopcs@samba.org>
    
    Autobuild-User(master): Anoop C S <anoopcs@samba.org>
    Autobuild-Date(master): Tue Jun 30 07:51:48 UTC 2020 on sn-devel-184

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

Summary of changes:
 libgpo/wscript_build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/libgpo/wscript_build b/libgpo/wscript_build
index e6e54fe359a..cb0a40a008c 100644
--- a/libgpo/wscript_build
+++ b/libgpo/wscript_build
@@ -20,4 +20,5 @@ bld.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
                   deps='%s gpext talloc ads TOKEN_UTIL auth %s' % (pyparam_util, pyrpc_util),
                   realname='samba/gpo.so')
 
-bld.RECURSE('admx')
+if bld.AD_DC_BUILD_IS_ENABLED():
+    bld.RECURSE('admx')


-- 
Samba Shared Repository

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic