From 9bca0cc4051527d29d06eef1106a21ab65c61de1 Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Thu, 13 Mar 2014 08:31:46 +0700 Subject: python/python3: Updated for version 3.3.5. Signed-off-by: Willy Sudiarto Raharjo --- python/python3/patches/python3.no-static-library.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/python3/patches') diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff index fa28c0d615..2bb1afccf3 100644 --- a/python/python3/patches/python3.no-static-library.diff +++ b/python/python3/patches/python3.no-static-library.diff @@ -1,6 +1,6 @@ -diff -uar Python-3.3.3.orig/Makefile.pre.in Python-3.3.3/Makefile.pre.in ---- Python-3.3.3.orig/Makefile.pre.in 2013-11-17 09:22:55.000000000 +0200 -+++ Python-3.3.3/Makefile.pre.in 2013-12-29 13:38:17.787830460 +0200 +diff -uar Python-3.3.5.orig/Makefile.pre.in Python-3.3.5/Makefile.pre.in +--- Python-3.3.5.orig/Makefile.pre.in 2014-03-09 10:40:23.000000000 +0200 ++++ Python-3.3.5/Makefile.pre.in 2014-03-12 22:42:27.614023691 +0200 @@ -475,7 +475,7 @@ @@ -38,7 +38,7 @@ diff -uar Python-3.3.3.orig/Makefile.pre.in Python-3.3.3/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) ############################################################################ -@@ -1197,18 +1185,6 @@ +@@ -1200,18 +1188,6 @@ else true; \ fi; \ done -- cgit v1.2.3