From 6afba01e5dc5ed536e33a46d40fd970cfd40f243 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 26 Apr 2015 14:26:36 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/python3/007-disable-extensions.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/python3/007-disable-extensions.patch') 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) + -- cgit v1.2.3