admin/netdata: Update to 1.9.0
[feed/packages.git] / lang / python / 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 --- a/Modules/Setup.dist
11 +++ b/Modules/Setup.dist
12 @@ -362,7 +362,7 @@ _symtable symtablemodule.c
13 # Andrew Kuchling's zlib module.
14 # This require zlib 1.1.3 (or later).
15 # See http://www.gzip.org/zlib/
16 -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
17 +zlib zlibmodule.c -lz
18
19 # Interface to the Expat XML parser
20 #