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

Pass $(srcdir) to setup.py

This commit is contained in:
Tim Potter
-
parent 9afd17f154
commit 1926828c5d

View File

@@ -33,6 +33,7 @@ diff -u -r1.458 Makefile.in
+python_ext: $(PYTHON_OBJS)
+ @echo python python/setup.py build
+ @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \
+ SRCDIR="$(srcdir)/" \
+ python python/setup.py build
+
+