The branch, master has been updated
       via  bf469343f57 s4:librpc: Fix installation of Samba
      from  c0aca17a4c9 py/graph: use 2.6 compatible check for set membership

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


- Log -----------------------------------------------------------------
commit bf469343f577e2d78df0e38d80e7976b351eaf0d
Author: Andreas Schneider <a...@samba.org>
Date:   Wed Mar 20 11:09:21 2019 +0100

    s4:librpc: Fix installation of Samba
    
    This breaks installation of Samba 4.10 on Fedora.
    
    https://bugzilla.samba.org/show_bug.cgi?id=13847
    
    Signed-off-by: Andreas Schneider <a...@samba.org>
    Reviewed-by: Alexander Bokovoy <a...@samba.org>
    
    Autobuild-User(master): Andreas Schneider <a...@cryptomilk.org>
    Autobuild-Date(master): Wed Mar 20 13:11:28 UTC 2019 on sn-devel-144

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

Summary of changes:
 source4/librpc/wscript_build | 8 --------
 1 file changed, 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index f00571e4bc3..d9b7743c9d1 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -412,14 +412,6 @@ for env in bld.gen_python_environments():
                 cflags_end=gen_cflags
                )
 
-       bld.SAMBA_PYTHON('python_idmap',
-               source='../../librpc/gen_ndr/py_idmap.c',
-               deps='NDR_IDMAP %s %s' % (pytalloc_util, pyrpc_util),
-               realname='samba/dcerpc/idmap.so',
-                cflags_end=gen_cflags
-               )
-
-
        bld.SAMBA_PYTHON('python_drsuapi',
                source='../../librpc/gen_ndr/py_drsuapi.c',
                deps='RPC_NDR_DRSUAPI %s %s' % (pytalloc_util, pyrpc_util),


-- 
Samba Shared Repository

Reply via email to