diff options
Diffstat (limited to 'python/python3/patches/python3.no-static-library.diff')
-rw-r--r-- | python/python3/patches/python3.no-static-library.diff | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff index 2bb1afccf3b11..bbc0e3a817520 100644 --- a/python/python3/patches/python3.no-static-library.diff +++ b/python/python3/patches/python3.no-static-library.diff @@ -1,8 +1,8 @@ -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 @@ - +diff -uar Python-3.4.0.orig/Makefile.pre.in Python-3.4.0/Makefile.pre.in +--- Python-3.4.0.orig/Makefile.pre.in 2014-03-17 04:31:30.000000000 +0200 ++++ Python-3.4.0/Makefile.pre.in 2014-03-29 12:27:38.788419450 +0200 +@@ -532,7 +532,7 @@ + $(RUNSHARED) $(PYTHON_FOR_BUILD) ./Tools/clinic/clinic.py --make # Build the interpreter -$(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) @@ -10,7 +10,7 @@ diff -uar Python-3.3.5.orig/Makefile.pre.in Python-3.3.5/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) platform: $(BUILDPYTHON) pybuilddir.txt -@@ -500,18 +500,6 @@ +@@ -557,18 +557,6 @@ _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build @@ -29,7 +29,7 @@ diff -uar Python-3.3.5.orig/Makefile.pre.in Python-3.3.5/Makefile.pre.in libpython$(LDVERSION).so: $(LIBRARY_OBJS) if test $(INSTSONAME) != $(LDLIBRARY); then \ $(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ -@@ -601,7 +589,7 @@ +@@ -658,7 +646,7 @@ echo "-----------------------------------------------"; \ fi @@ -38,7 +38,7 @@ diff -uar Python-3.3.5.orig/Makefile.pre.in Python-3.3.5/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Modules/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) ############################################################################ -@@ -1200,18 +1188,6 @@ +@@ -1309,18 +1297,6 @@ else true; \ fi; \ done |