mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
ldb: Don't build pyldb_util as python module but rather as subsystem, so as to not delute /usr/lib.
This commit is contained in:
parent
f74dceda8c
commit
8e8496208b
@ -98,8 +98,8 @@ def build(bld):
|
||||
|
||||
abi_file = 'ABI/ldb-%s.sigs' % VERSION
|
||||
|
||||
bld.SAMBA_PYTHON('pyldb_util', deps='ldb',
|
||||
source='pyldb_util.c')
|
||||
bld.SAMBA_SUBSYSTEM('pyldb_util', deps='ldb',
|
||||
source='pyldb_util.c', needs_python=True)
|
||||
|
||||
if not bld.CONFIG_SET('USING_SYSTEM_LDB'):
|
||||
modules_dir = bld.EXPAND_VARIABLES('${LDB_MODULESDIR}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user