diff options
-rw-r--r-- | source3/python/samba-head.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/samba-head.patch b/source3/python/samba-head.patch index 53721892a4..6c4a8ee74c 100644 --- a/source3/python/samba-head.patch +++ b/source3/python/samba-head.patch @@ -32,7 +32,7 @@ diff -u -r1.458 Makefile.in + +python_ext: $(PYTHON_OBJS) + @echo python python/setup.py build -+ @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(FLAGS)" \ ++ @PYTHON_OBJS="$(PYTHON_OBJS)" PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ + python python/setup.py build + + |