Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / lang / python3 / patches / 001-enable-zlib.patch
1 From 6eeab87bc852481e599325549c854b701bf2e39f Mon Sep 17 00:00:00 2001
2 From: Alexandru Ardelean <aa@ocedo.com>
3 Date: Thu, 25 Sep 2014 18:18:29 +0300
4 Subject: [PATCH] enable zlib
5
6 ---
7  Modules/Setup.dist | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/Modules/Setup.dist b/Modules/Setup.dist
11 index 01fb85f..01ac492 100644
12 --- a/Modules/Setup.dist
13 +++ b/Modules/Setup.dist
14 @@ -358,7 +358,7 @@ _symtable symtablemodule.c
15  # Andrew Kuchling's zlib module.
16  # This require zlib 1.1.3 (or later).
17  # See http://www.gzip.org/zlib/
18 -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
19 +zlib zlibmodule.c -lz
20  
21  # Interface to the Expat XML parser
22  #
23 -- 
24 1.8.4.5
25