aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3/patches/001-enable-zlib.patch
blob: 9a93eb263cb5485543271d3c26856c50db8e0c68 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Modules/Setup
+++ b/Modules/Setup
@@ -334,7 +334,7 @@ _symtable symtablemodule.c
 # 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 -lz
 
 # Interface to the Expat XML parser
 # More information on Expat can be found at www.libexpat.org.