summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-26 10:42:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-10-26 10:42:09 +0100
commit429876d12bba23491ca3b69b02b5ce4c6d2311ab (patch)
tree470cbc501b7becba9846e52879d9c96059c25f4a /external
parente531f846d798e1b9097fcb2a5f4e58d5e3d423de (diff)
Adapt patch
Change-Id: I7945eed053a671ad0c755284a372d16083e596b2
Diffstat (limited to 'external')
-rw-r--r--external/python3/python-3.3.3-disable-obmalloc.patch.08
1 files changed, 4 insertions, 4 deletions
diff --git a/external/python3/python-3.3.3-disable-obmalloc.patch.0 b/external/python3/python-3.3.3-disable-obmalloc.patch.0
index 639cff65db23..3b3abd0b3561 100644
--- a/external/python3/python-3.3.3-disable-obmalloc.patch.0
+++ b/external/python3/python-3.3.3-disable-obmalloc.patch.0
@@ -1,8 +1,8 @@
--- Objects/obmalloc.c
+++ Objects/obmalloc.c
-@@ -9,8 +9,8 @@
- #endif
- #endif
+@@ -413,8 +413,8 @@
+
+ #ifdef WITH_PYMALLOC
+#define WITH_VALGRIND
#ifdef WITH_VALGRIND
@@ -10,7 +10,7 @@
/* If we're using GCC, use __builtin_expect() to reduce overhead of
the valgrind checks */
-@@ -771,7 +771,7 @@
+@@ -1181,7 +1181,7 @@
#ifdef WITH_VALGRIND
if (UNLIKELY(running_on_valgrind == -1))