added apache and python
[librewrt/.git] / packages / lang / python / patches / 110-enable-zlib.patch
1 ---
2  Modules/Setup.dist |    2 +-
3  1 file changed, 1 insertion(+), 1 deletion(-)
4
5 --- Python-2.6.4.orig/Modules/Setup.dist
6 +++ Python-2.6.4/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  #