diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-12-14 22:27:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:25:20 +0700 |
commit | 87c3ea0a1d508f53823e3f9e993e67d5987fc400 (patch) | |
tree | 64e4e38da2705427b018e04822100d755fc76408 /python/python3/patches/python3.no-static-library.diff | |
parent | 6ae61baf66b3fd27c586977298ce0fb8690e5a39 (diff) |
python/python3: Updated for version 3.5.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/python3/patches/python3.no-static-library.diff')
-rw-r--r-- | python/python3/patches/python3.no-static-library.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff index 2af8b2ffccbcc..c33aeedcf76eb 100644 --- a/python/python3/patches/python3.no-static-library.diff +++ b/python/python3/patches/python3.no-static-library.diff @@ -1,7 +1,7 @@ -diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in ---- Python-3.5.0.orig/Makefile.pre.in 2015-09-13 14:41:23.000000000 +0300 -+++ Python-3.5.0/Makefile.pre.in 2015-10-25 16:33:56.191130269 +0200 -@@ -549,7 +549,7 @@ +diff -uar Python-3.5.1.orig/Makefile.pre.in Python-3.5.1/Makefile.pre.in +--- Python-3.5.1.orig/Makefile.pre.in 2015-12-07 03:39:09.000000000 +0200 ++++ Python-3.5.1/Makefile.pre.in 2015-12-14 21:25:22.103542432 +0200 +@@ -564,7 +564,7 @@ $(RUNSHARED) $(PYTHON_FOR_BUILD) ./Tools/clinic/clinic.py --make # Build the interpreter @@ -10,7 +10,7 @@ diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) platform: $(BUILDPYTHON) pybuilddir.txt -@@ -584,18 +584,6 @@ +@@ -599,18 +599,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.5.0.orig/Makefile.pre.in Python-3.5.0/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); \ -@@ -685,7 +673,7 @@ +@@ -700,7 +688,7 @@ echo "-----------------------------------------------"; \ fi @@ -38,7 +38,7 @@ diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) ############################################################################ -@@ -1357,18 +1345,6 @@ +@@ -1372,18 +1360,6 @@ else true; \ fi; \ done |