mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
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 <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Mar 20 13:11:28 UTC 2019 on sn-devel-144
This commit is contained in:
parent
c0aca17a4c
commit
bf469343f5
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user