]> git.pld-linux.org Git - packages/python.git/blob - python-verbose.patch
Rel 10; no more python binary pointing to python2. Use python2 explicitly.
[packages/python.git] / python-verbose.patch
1 diff -urNp -x '*.orig' Python-2.7.18.org/Makefile.pre.in Python-2.7.18/Makefile.pre.in
2 --- Python-2.7.18.org/Makefile.pre.in   2021-09-26 12:34:30.887823291 +0200
3 +++ Python-2.7.18/Makefile.pre.in       2021-09-26 12:34:31.717832579 +0200
4 @@ -523,7 +523,7 @@ Modules/_math.o: Modules/_math.c Modules
5  sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o
6         @case "$$MAKEFLAGS" in \
7             *\ -s*|s*) quiet="-q";; \
8 -           *) quiet="";; \
9 +           *) quiet="-vvv";; \
10         esac; \
11         $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
12                 _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \
This page took 0.022917 seconds and 3 git commands to generate.