From 77d81aa4a3747b7dfbb17e43b16e1a514550c60c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 20:18:01 +0300 Subject: Import python3.8 (3.8.0-5) --- debian/patches/multiarch.diff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches/multiarch.diff') diff --git a/debian/patches/multiarch.diff b/debian/patches/multiarch.diff index cdd5290..76b9a33 100644 --- a/debian/patches/multiarch.diff +++ b/debian/patches/multiarch.diff @@ -15,7 +15,7 @@ if os.name == 'posix': --- a/Lib/distutils/sysconfig.py +++ b/Lib/distutils/sysconfig.py -@@ -112,6 +112,9 @@ def get_python_inc(plat_specific=0, pref +@@ -111,6 +111,9 @@ def get_python_inc(plat_specific=0, pref incdir = os.path.join(get_config_var('srcdir'), 'Include') return os.path.normpath(incdir) python_dir = 'python' + get_python_version() + build_flags @@ -27,7 +27,7 @@ if python_build: --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -794,6 +794,7 @@ Modules/signalmodule.o: $(srcdir)/Module +@@ -784,6 +784,7 @@ Modules/signalmodule.o: $(srcdir)/Module Python/dynload_shlib.o: $(srcdir)/Python/dynload_shlib.c Makefile $(CC) -c $(PY_CORE_CFLAGS) \ @@ -35,7 +35,7 @@ -DSOABI='"$(SOABI)"' \ -o $@ $(srcdir)/Python/dynload_shlib.c -@@ -1477,7 +1478,7 @@ inclinstall: +@@ -1556,7 +1557,7 @@ inclinstall: LIBPL= @LIBPL@ # pkgconfig directory -- cgit v1.2.3