diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-26 14:26:36 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-04-28 00:26:46 +0200 |
commit | 6afba01e5dc5ed536e33a46d40fd970cfd40f243 (patch) | |
tree | 6450864264686acdcd927449d53ed7f9645460f4 /package/python3/007-disable-extensions.patch | |
parent | af616e4fe0eb6e23af12e52b4cb8c1833c1bbc7f (diff) | |
download | buildroot-6afba01e5dc5ed536e33a46d40fd970cfd40f243.tar.gz buildroot-6afba01e5dc5ed536e33a46d40fd970cfd40f243.zip |
python3: bump to version 3.4.3
All patches are simply refreshed, except
002-properly-detect-if-python-build.patch which is removed because an
identical fix has been merged upstream:
https://github.com/python/cpython/commit/e128ea78e5964929ca902bebc07c242d58609dfc
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python3/007-disable-extensions.patch')
-rw-r--r-- | package/python3/007-disable-extensions.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python3/007-disable-extensions.patch b/package/python3/007-disable-extensions.patch index 3b603f78a7..ce931f7284 100644 --- a/package/python3/007-disable-extensions.patch +++ b/package/python3/007-disable-extensions.patch @@ -51,7 +51,7 @@ Index: b/Makefile.pre.in # Subdirectories with code SRCDIRS= @SRCDIRS@ -@@ -576,6 +578,7 @@ +@@ -577,6 +579,7 @@ esac; \ $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \ _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ @@ -59,7 +59,7 @@ Index: b/Makefile.pre.in $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build # Build static library -@@ -1386,7 +1389,8 @@ +@@ -1387,7 +1390,8 @@ # Install the dynamically loadable modules # This goes into $(exec_prefix) sharedinstall: sharedmods @@ -73,9 +73,9 @@ Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac -@@ -2366,6 +2366,8 @@ +@@ -2369,6 +2369,8 @@ - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) + PKG_PROG_PKG_CONFIG +AC_SUBST(DISABLED_EXTENSIONS) + |