diff options
author | Adam Duskett <aduskett@gmail.com> | 2018-01-30 18:52:29 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-02-03 08:26:16 +0100 |
commit | 233202597d9411399aeaded2f9a7cd14f2e29833 (patch) | |
tree | 1a7c36255df3ec5d90a7319aa6decfc5aef9bc46 /package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch | |
parent | 60f9c9f98b3fef9de5d33b9185c1bd2265766920 (diff) | |
download | buildroot-233202597d9411399aeaded2f9a7cd14f2e29833.tar.gz buildroot-233202597d9411399aeaded2f9a7cd14f2e29833.zip |
python3: bump to 2.6.4
Also update necessary patches.
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch')
-rw-r--r-- | package/python3/0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch | 6 |
1 files changed, 4 insertions, 2 deletions
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 <thomas.petazzoni@free-electrons.com> [ Andrey Smirnov: ported to Python 3.6 ] Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> +[aduskett@gmail.com: Update for python 3.6.4] +Signed-off-by: Adam Duskett <aduskett@gmail.com> --- 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 |