1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

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:
Tim Potter
-
parent 2fe7504a08
commit 739285ff69
2 changed files with 19 additions and 9 deletions

View File

@@ -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"])
],
)