diff options
-rw-r--r-- | source3/python/samba-head.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch index 6c4a8ee74c..3f3028477e 100644 --- a/source3/python/samba-head.patch +++ b/source3/python/samba-head.patch @@ -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 + + |