From 7106ed0d25079b98ecc31db337a2698bfea0c9b3 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 20 Mar 2002 04:58:38 +0000 Subject: Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS) (This used to be commit 8e4bb2f8a05b37ba508eefe0d0d3f4db103a4418) --- source3/python/samba-head.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/python/samba-head.patch') 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 + + -- cgit