diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-07-21 19:11:30 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-07-21 19:11:30 -0400 |
commit | 4c6a6bc41c2e4c1be90fc0f48224f9b75ac35fe2 (patch) | |
tree | 5d309f408213e8f585664f4e0aed815ec25520b8 /patches/05_all_regenerate_platform-specific_modules.patch | |
parent | Updates for 3.5.1 from Arfrever (diff) | |
download | python-gentoo-patches-4c6a6bc41c2e4c1be90fc0f48224f9b75ac35fe2.tar.gz python-gentoo-patches-4c6a6bc41c2e4c1be90fc0f48224f9b75ac35fe2.tar.bz2 python-gentoo-patches-4c6a6bc41c2e4c1be90fc0f48224f9b75ac35fe2.zip |
Diffstat (limited to 'patches/05_all_regenerate_platform-specific_modules.patch')
-rw-r--r-- | patches/05_all_regenerate_platform-specific_modules.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/05_all_regenerate_platform-specific_modules.patch b/patches/05_all_regenerate_platform-specific_modules.patch index a351e1e..39329ad 100644 --- a/patches/05_all_regenerate_platform-specific_modules.patch +++ b/patches/05_all_regenerate_platform-specific_modules.patch @@ -37,7 +37,7 @@ https://bugs.python.org/issue12619 +python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/stropts.h --- Makefile.pre.in +++ Makefile.pre.in -@@ -479,7 +479,7 @@ +@@ -482,7 +482,7 @@ # Default target all: build_all @@ -46,7 +46,7 @@ https://bugs.python.org/issue12619 # Compile a binary with profile guided optimization. profile-opt: -@@ -599,6 +599,32 @@ +@@ -606,6 +606,32 @@ _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build @@ -79,7 +79,7 @@ https://bugs.python.org/issue12619 # Build static library # avoid long command lines, same as LIBRARY_OBJS $(LIBRARY): $(LIBRARY_OBJS) -@@ -1228,7 +1254,7 @@ +@@ -1254,7 +1280,7 @@ unittest unittest/test unittest/test/testmock \ venv venv/scripts venv/scripts/posix \ curses pydoc_data $(MACHDEPS) @@ -88,7 +88,7 @@ https://bugs.python.org/issue12619 @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ if test ! -d $(DESTDIR)$$i; then \ -@@ -1320,23 +1346,6 @@ +@@ -1346,23 +1372,6 @@ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/PatternGrammar.txt @@ -112,7 +112,7 @@ https://bugs.python.org/issue12619 python-config: $(srcdir)/Misc/python-config.in Misc/python-config.sh # Substitution happens here, as the completely-expanded BINDIR # is not available in configure -@@ -1664,7 +1673,7 @@ +@@ -1691,7 +1700,7 @@ Python/thread.o: @THREADHEADERS@ # Declare targets that aren't real files |