Update to 3.9.0b4

This commit is contained in:
Tomas Hrnciar 2020-07-04 22:02:37 +02:00
commit efdda005ea
8 changed files with 30 additions and 27 deletions

View file

@ -1,4 +1,4 @@
From df3fd42f934cec4fe31c80c111be149a457bdda8 Mon Sep 17 00:00:00 2001
From c6c75ba765d56ab91478cf63f8a1db3a0c9c7b6e Mon Sep 17 00:00:00 2001
From: David Malcolm <dmalcolm@redhat.com>
Date: Mon, 18 Jan 2010 17:59:07 +0000
Subject: [PATCH] 00111: Don't try to build a libpythonMAJOR.MINOR.a
@ -21,7 +21,7 @@ Co-authored-by: Miro Hrončok <miro@hroncok.cz>
1 file changed, 2 insertions(+), 19 deletions(-)
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 652efb4ba1..b8bae4f767 100644
index dede88711e..07e3380781 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -582,7 +582,7 @@ clinic: check-clean-src $(srcdir)/Modules/_blake2/blake2s_impl.c
@ -55,7 +55,7 @@ index 652efb4ba1..b8bae4f767 100644
$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)
############################################################################
@@ -1623,17 +1617,6 @@ libainstall: @DEF_MAKE_RULE@ python-config
@@ -1622,17 +1616,6 @@ libainstall: @DEF_MAKE_RULE@ python-config
else true; \
fi; \
done
@ -74,5 +74,5 @@ index 652efb4ba1..b8bae4f767 100644
$(INSTALL_DATA) Programs/python.o $(DESTDIR)$(LIBPL)/python.o
$(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
--
2.26.2
2.23.0