diff options
Diffstat (limited to 'package/python/python-2.7-014-verbose-module-build.patch')
-rw-r--r-- | package/python/python-2.7-014-verbose-module-build.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python/python-2.7-014-verbose-module-build.patch b/package/python/python-2.7-014-verbose-module-build.patch index a5be60f2a..ea81e55b8 100644 --- a/package/python/python-2.7-014-verbose-module-build.patch +++ b/package/python/python-2.7-014-verbose-module-build.patch @@ -4,11 +4,11 @@ Patch borrowed from OpenBricks. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Index: Python-2.7.1/Makefile.pre.in +Index: Python-2.7.2/Makefile.pre.in =================================================================== ---- Python-2.7.1.orig/Makefile.pre.in -+++ Python-2.7.1/Makefile.pre.in -@@ -408,7 +408,7 @@ +--- Python-2.7.2.orig/Makefile.pre.in ++++ Python-2.7.2/Makefile.pre.in +@@ -411,7 +411,7 @@ # Build the shared modules sharedmods: $(BUILDPYTHON) @case $$MAKEFLAGS in \ |