python3: Fix hashlib module not compiled for host Python
[feed/packages.git] / lang / python / python3 / patches / 001-enable-zlib.patch
1 --- a/Modules/Setup
2 +++ b/Modules/Setup
3 @@ -343,7 +343,7 @@ _symtable symtablemodule.c
4 # Andrew Kuchling's zlib module.
5 # This require zlib 1.1.3 (or later).
6 # See http://www.gzip.org/zlib/
7 -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
8 +zlib zlibmodule.c -lz
9
10 # Interface to the Expat XML parser
11 # More information on Expat can be found at www.libexpat.org.