mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
waf: Don't link python modules against libpython2.x, consistent with other Python modules.
Rather, rely just on waf's pyext feature. This fixes a warning from dh_python2.
This commit is contained in:
@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba_python',
|
||||
deps='LIBPYTHON pytalloc-util pyrpc_util',
|
||||
grouping_library=True,
|
||||
private_library=True,
|
||||
pyext=True)
|
||||
pyembed=True)
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBPYTHON',
|
||||
source='modules.c',
|
||||
|
Reference in New Issue
Block a user