diff options
author | Tim Potter <tpot@samba.org> | 2002-03-26 06:22:21 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-26 06:22:21 +0000 |
commit | 258b72c96d2b8f057179f6f5d512913c12b17bc1 (patch) | |
tree | e0ce6a2cb614c7a76773c3103a01a72b3842bf01 | |
parent | 8391260e13ede775f46affe2e7c50a5966984325 (diff) | |
download | samba-258b72c96d2b8f057179f6f5d512913c12b17bc1.tar.gz samba-258b72c96d2b8f057179f6f5d512913c12b17bc1.tar.bz2 samba-258b72c96d2b8f057179f6f5d512913c12b17bc1.zip |
Pass $(srcdir) to setup.py
(This used to be commit 1926828c5d9f4adf5498268abbe129e8b9f57a9d)
-rw-r--r-- | source3/python/samba-head.patch | 1 |
1 files changed, 1 insertions, 0 deletions
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 + + |