mksh: moved to github
[openwrt/svn-archive/packages.git] / lang / python / patches / 110-enable-zlib.patch
1 ---
2 Modules/Setup.dist | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 --- a/Modules/Setup.dist
6 +++ b/Modules/Setup.dist
7 @@ -460,7 +460,7 @@ GLHACK=-Dclear=__GLclear
8 # Andrew Kuchling's zlib module.
9 # This require zlib 1.1.3 (or later).
10 # See http://www.gzip.org/zlib/
11 -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
12 +zlib zlibmodule.c -lz
13
14 # Interface to the Expat XML parser
15 #