libtevent/tevent-dont-use-usr-bin-env-python.patch
Jakub Hrozek d7f5d970d5 New upstream release 0.9.37
- 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 15:37:31 +02:00

9 lines
342 B
Diff

diff -up tevent-0.9.37/buildtools/bin/waf.envpy tevent-0.9.37/buildtools/bin/waf
--- tevent-0.9.37/buildtools/bin/waf.envpy 2018-07-12 13:54:01.482844881 +0200
+++ tevent-0.9.37/buildtools/bin/waf 2018-07-12 13:54:22.183967196 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python2
# encoding: ISO-8859-1
# Thomas Nagy, 2005-2010