New commits:
commit 94b2227370ce5455868c2fed804f014503a90866
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
talloc: Fix bundled waf, force it to run with python2
diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index eba8f03..c3333ed 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,6 @@
+2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed bundled waf, force it to run with python2
+
2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.1.1
samba.org is now all https://
diff --git a/libs/talloc/PRE_BUILD b/libs/talloc/PRE_BUILD
index 8b3f9b8..42943c2 100755
--- a/libs/talloc/PRE_BUILD
+++ b/libs/talloc/PRE_BUILD
@@ -5,3 +5,5 @@ then
cd lib/$SPELL &&
NOCONFIGURE="on" ./autogen.sh
fi
+# XXX doesn't work with python3
+sedit '1s/$/2/' buildtools/bin/waf
[SM-Commit] GIT changes to master grimoire by Ismael Luceno (94b2227370ce5455868c2fed804f014503a90866),
Ismael Luceno, 01/04/2015