Pass $(srcdir) to setup.py
authorTim Potter <tpot@samba.org>
Tue, 26 Mar 2002 06:22:21 +0000 (06:22 +0000)
committerTim Potter <tpot@samba.org>
Tue, 26 Mar 2002 06:22:21 +0000 (06:22 +0000)
(This used to be commit 1926828c5d9f4adf5498268abbe129e8b9f57a9d)

source3/python/samba-head.patch

index 6c4a8ee74c61d7bf32427bc81885a9876a020066..3f3028477ee5e8a55bbc9c11fa4cf0ce7690ea18 100644 (file)
@@ -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
 +
 +