libtdb/tdb-dont-use-usr-bin-env-python.patch
Jakub Hrozek de6a63aa19 New upstream release 1.3.16
- 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:36:36 +02:00

10 lines
332 B
Diff

diff -up tdb-1.3.16/buildtools/bin/waf.envpy tdb-1.3.16/buildtools/bin/waf
--- tdb-1.3.16/buildtools/bin/waf.envpy 2018-07-12 12:56:02.378782293 +0200
+++ tdb-1.3.16/buildtools/bin/waf 2018-07-12 12:57:32.628975091 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2
# encoding: ISO-8859-1
# Thomas Nagy, 2005-2010