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 | 1926828c5d9f4adf5498268abbe129e8b9f57a9d (patch) | |
tree | c6aca26d0d0cc9734cc2d4bee0ad550d452fb2db /source/python/samba-head.patch | |
parent | 9afd17f1541446a9c5252cd4d0d4d13c800ecac8 (diff) | |
download | samba-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.patch | 1 |
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 + + |