From 312f0cbb37ec073843678c6f3202b5d7021a16e7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 26 Jul 2011 17:12:00 +0100 Subject: add easy-valgrindability to built-in python --- python/makefile.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/makefile.mk') diff --git a/python/makefile.mk b/python/makefile.mk index d91660a3d350..0419e6178c62 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -55,7 +55,8 @@ PATCH_FILES=\ Python-aix.patch \ Python-2.6.1-urllib.patch \ Python-2.6.1-sysbase.patch \ - Python-2.6.1-nohardlink.patch + Python-2.6.1-nohardlink.patch \ + Python-2.6.1-py2422.patch CONFIGURE_DIR= -- cgit