summaryrefslogtreecommitdiffstats
path: root/source/python/samba-head.patch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-26 06:22:21 +0000
committerTim Potter <tpot@samba.org>2002-03-26 06:22:21 +0000
commit1926828c5d9f4adf5498268abbe129e8b9f57a9d (patch)
treec6aca26d0d0cc9734cc2d4bee0ad550d452fb2db /source/python/samba-head.patch
parent9afd17f1541446a9c5252cd4d0d4d13c800ecac8 (diff)
downloadsamba-1926828c5d9f4adf5498268abbe129e8b9f57a9d.tar.gz
samba-1926828c5d9f4adf5498268abbe129e8b9f57a9d.tar.xz
samba-1926828c5d9f4adf5498268abbe129e8b9f57a9d.zip
Pass $(srcdir) to setup.py
Diffstat (limited to 'source/python/samba-head.patch')
-rw-r--r--source/python/samba-head.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/python/samba-head.patch b/source/python/samba-head.patch
index 6c4a8ee74c6..3f3028477ee 100644
--- a/source/python/samba-head.patch
+++ b/source/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
+
+