python3: Update to 3.3.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -urN a/configure.ac b/configure.ac
|
||||
--- a/configure.ac 2013-12-27 16:50:19.310591300 +0000
|
||||
+++ b/configure.ac 2013-12-27 16:50:23.266817600 +0000
|
||||
diff -Naur a/configure.ac b/configure.ac
|
||||
--- a/configure.ac 2014-03-17 10:45:39.282400000 +0400
|
||||
+++ b/configure.ac 2014-03-17 10:46:06.379600000 +0400
|
||||
@@ -968,6 +968,7 @@
|
||||
|
||||
# Other platforms follow
|
||||
@@ -36,10 +36,10 @@ diff -urN a/configure.ac b/configure.ac
|
||||
AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])
|
||||
AC_OUTPUT
|
||||
|
||||
diff -urN a/Makefile.pre.in b/Makefile.pre.in
|
||||
--- a/Makefile.pre.in 2013-12-27 16:50:20.271646300 +0000
|
||||
+++ b/Makefile.pre.in 2013-12-27 16:50:23.268817700 +0000
|
||||
@@ -1176,6 +1176,8 @@
|
||||
diff -Naur a/Makefile.pre.in b/Makefile.pre.in
|
||||
--- a/Makefile.pre.in 2014-03-17 10:45:29.407600000 +0400
|
||||
+++ b/Makefile.pre.in 2014-03-17 10:46:06.395200000 +0400
|
||||
@@ -1179,6 +1179,8 @@
|
||||
# Substitution happens here, as the completely-expanded BINDIR
|
||||
# is not available in configure
|
||||
sed -e "s,@EXENAME@,$(BINDIR)/python$(LDVERSION)$(EXE)," < $(srcdir)/Misc/python-config.in >python-config
|
||||
@@ -48,7 +48,7 @@ diff -urN a/Makefile.pre.in b/Makefile.pre.in
|
||||
|
||||
# Install the include files
|
||||
INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)
|
||||
@@ -1234,6 +1236,7 @@
|
||||
@@ -1237,6 +1239,7 @@
|
||||
$(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(DESTDIR)$(LIBPL)/makesetup
|
||||
$(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh
|
||||
$(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(LDVERSION)-config
|
||||
@@ -56,9 +56,9 @@ diff -urN a/Makefile.pre.in b/Makefile.pre.in
|
||||
rm python-config
|
||||
@if [ -s Modules/python.exp -a \
|
||||
"`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \
|
||||
diff -urN a/Misc/python-config.sh.in b/Misc/python-config.sh.in
|
||||
--- a/Misc/python-config.sh.in 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ b/Misc/python-config.sh.in 2013-12-27 16:58:41.425310600 +0000
|
||||
diff -Naur a/Misc/python-config.sh.in b/Misc/python-config.sh.in
|
||||
--- a/Misc/python-config.sh.in 1970-01-01 03:00:00.000000000 +0300
|
||||
+++ b/Misc/python-config.sh.in 2014-03-17 10:46:06.395200000 +0400
|
||||
@@ -0,0 +1,126 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user