summaryrefslogtreecommitdiffstats
path: root/extra/talloc
diff options
context:
space:
mode:
Diffstat (limited to 'extra/talloc')
-rw-r--r--extra/talloc/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/talloc/Pkgfile b/extra/talloc/Pkgfile
index eb356ff6f..8701c3dc1 100644
--- a/extra/talloc/Pkgfile
+++ b/extra/talloc/Pkgfile
@@ -9,8 +9,10 @@ version=2.0.5
release=3
source=(http://samba.org/ftp/$name/$name-$version.tar.gz)
build() {
+unset MAKEFLAGS
cd $name-$version
-for i in `find . -exec grep -l 'env\ python$' {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done
+#for i in `find . -exec grep -l 'env\ python$' {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done
+sed -i -e 's#python#python2#g' buildtools/bin/waf
./configure --prefix=/usr \
--sysconfdir=/etc/samba \
--localstatedir=/var \