s4:librpc: Fix installation of Samba
authorAndreas Schneider <asn@samba.org>
Wed, 20 Mar 2019 10:09:21 +0000 (11:09 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 22 Mar 2019 08:14:08 +0000 (08:14 +0000)
This breaks installation of Samba 4.10 on Fedora.

https://bugzilla.samba.org/show_bug.cgi?id=13847

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit bf469343f577e2d78df0e38d80e7976b351eaf0d)

source4/librpc/wscript_build

index f00571e4bc38fcc172b4a47dad16d05c4e0b80ed..d9b7743c9d1091fa13ba7e0b650fbf6c8c969638 100644 (file)
@@ -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),