mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Merge from HEAD:
>FUNCTION_MACRO change broke the Python modules. > >Also fix up string pasting (I thought this should only be a warning?)
This commit is contained in:
@ -179,6 +179,7 @@ setup(
|
||||
# tdbpack/unpack extensions. Does not actually link to any Samba
|
||||
# code, although it implements a compatible data format.
|
||||
Extension(name = "tdbpack",
|
||||
sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")]),
|
||||
sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")],
|
||||
extra_compile_args = ["-I include"])
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user