From 233202597d9411399aeaded2f9a7cd14f2e29833 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 30 Jan 2018 18:52:29 -0500 Subject: python3: bump to 2.6.4 Also update necessary patches. Signed-off-by: Adam Duskett Signed-off-by: Peter Korsgaard --- .../0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch') diff --git a/package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch b/package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch index 76555d290f..4a409ac89f 100644 --- a/package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch +++ b/package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch @@ -37,6 +37,8 @@ then extended by Thomas Petazzoni Signed-off-by: Thomas Petazzoni [ Andrey Smirnov: ported to Python 3.6 ] Signed-off-by: Andrey Smirnov +[aduskett@gmail.com: Update for python 3.6.4] +Signed-off-by: Adam Duskett --- Makefile.pre.in | 6 +++++- configure.ac | 2 ++ @@ -56,7 +58,7 @@ index b38bd79121..4ce917ab8d 100644 # Subdirectories with code SRCDIRS= @SRCDIRS@ -@@ -575,6 +577,7 @@ sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o +@@ -586,6 +588,7 @@ sharedmods: $(BUILDPYTHON) pybuilddir.txt Modules/_math.o esac; \ $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \ _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ @@ -64,7 +66,7 @@ index b38bd79121..4ce917ab8d 100644 $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build -@@ -1436,7 +1439,8 @@ libainstall: @DEF_MAKE_RULE@ python-config +@@ -1470,7 +1473,8 @@ libainstall: @DEF_MAKE_RULE@ python-config # Install the dynamically loadable modules # This goes into $(exec_prefix) sharedinstall: sharedmods -- cgit v1.2.3