From 61513eb96b6b4d306ece2ea140abf3286e8b5a36 Mon Sep 17 00:00:00 2001 From: "Scott V. Kamp" Date: Fri, 12 Mar 2010 22:38:33 +0000 Subject: [PATCH] [patchteam] Enable zlib in python Singed off by alexander@sulfrian.net SVN-Revision: 20170 --- lang/python/patches/110-enable-zlib.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/python/patches/110-enable-zlib.patch diff --git a/lang/python/patches/110-enable-zlib.patch b/lang/python/patches/110-enable-zlib.patch new file mode 100644 index 0000000000..44a59f25d5 --- /dev/null +++ b/lang/python/patches/110-enable-zlib.patch @@ -0,0 +1,11 @@ +--- Python-2.6.4/Modules/Setup.dist 2008-11-27 11:15:12.000000000 +0100 ++++ Python-2.6.4/Modules/Setup.dist 2010-02-27 04:14:15.000000000 +0100 +@@ -460,7 +460,7 @@ + # Andrew Kuchling's zlib module. + # This require zlib 1.1.3 (or later). + # See http://www.gzip.org/zlib/ +-#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz ++zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz + + # Interface to the Expat XML parser + # -- 2.30.2