libtalloc/talloc-dont-use-usr-bin-env-python.patch
Jakub Hrozek 9f1f2af851 New upstream release - 2.1.14
- Apply a patch to hide local ABI symbols to avoid issues with new
  binutils
- Patch the waf script to explicitly call python2 as "env python"
  doesn't yield py2 anymore
2018-07-12 13:11:43 +02:00

10 lines
344 B
Diff

diff -up talloc-2.1.14/buildtools/bin/waf.envpy talloc-2.1.14/buildtools/bin/waf
--- talloc-2.1.14/buildtools/bin/waf.envpy 2018-07-12 11:34:18.844030136 +0200
+++ talloc-2.1.14/buildtools/bin/waf 2018-07-12 11:36:30.471618578 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2
# encoding: ISO-8859-1
# Thomas Nagy, 2005-2010