diff options
author | Tim Potter <tpot@samba.org> | 2002-03-20 04:58:38 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-20 04:58:38 +0000 |
commit | 7106ed0d25079b98ecc31db337a2698bfea0c9b3 (patch) | |
tree | 3aa9eda80688374fd1c4292cbcaa78c3d0f3a87d /source3/python/samba-head.patch | |
parent | 04b555952ca63f249b53e60adba1f8f55e313bb6 (diff) | |
download | samba-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.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 + + |