aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/2.6/05_all_verbose_building_of_extensions.patch')
-rw-r--r--dev-lang/python/files/2.6/05_all_verbose_building_of_extensions.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-lang/python/files/2.6/05_all_verbose_building_of_extensions.patch b/dev-lang/python/files/2.6/05_all_verbose_building_of_extensions.patch
deleted file mode 100644
index de852be..0000000
--- a/dev-lang/python/files/2.6/05_all_verbose_building_of_extensions.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.pre.in
-+++ Makefile.pre.in
-@@ -395,7 +395,6 @@
- # Build the shared modules
- sharedmods: $(BUILDPYTHON)
- @case $$MAKEFLAGS in \
-- *s*) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' LDFLAGS='$(LDFLAGS)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py -q build;; \
- *) $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' LDFLAGS='$(LDFLAGS)' OPT='$(OPT)' ./$(BUILDPYTHON) -E $(srcdir)/setup.py build;; \
- esac
-