diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
commit | 77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch) | |
tree | 0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/patches/multiarch.diff | |
parent | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff) | |
download | python3.8-debian.tar.gz |
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/patches/multiarch.diff')
-rw-r--r-- | debian/patches/multiarch.diff | 6 |
1 files changed, 3 insertions, 3 deletions
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 |