From 258b72c96d2b8f057179f6f5d512913c12b17bc1 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 26 Mar 2002 06:22:21 +0000 Subject: Pass $(srcdir) to setup.py (This used to be commit 1926828c5d9f4adf5498268abbe129e8b9f57a9d) --- source3/python/samba-head.patch | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/python') 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 + + -- cgit