summaryrefslogtreecommitdiff
path: root/source3/python/samba-head.patch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-20 04:58:38 +0000
committerTim Potter <tpot@samba.org>2002-03-20 04:58:38 +0000
commit7106ed0d25079b98ecc31db337a2698bfea0c9b3 (patch)
tree3aa9eda80688374fd1c4292cbcaa78c3d0f3a87d /source3/python/samba-head.patch
parent04b555952ca63f249b53e60adba1f8f55e313bb6 (diff)
downloadsamba-7106ed0d25079b98ecc31db337a2698bfea0c9b3.tar.gz
samba-7106ed0d25079b98ecc31db337a2698bfea0c9b3.tar.bz2
samba-7106ed0d25079b98ecc31db337a2698bfea0c9b3.zip
Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS)
(This used to be commit 8e4bb2f8a05b37ba508eefe0d0d3f4db103a4418)
Diffstat (limited to 'source3/python/samba-head.patch')
-rw-r--r--source3/python/samba-head.patch2
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
+
+