2010-09-07 11:16:04 +00:00
|
|
|
---
|
|
|
|
Modules/Setup.dist | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
--- Python-2.6.4.orig/Modules/Setup.dist
|
|
|
|
+++ Python-2.6.4/Modules/Setup.dist
|
|
|
|
@@ -460,7 +460,7 @@ GLHACK=-Dclear=__GLclear
|
2010-03-12 22:38:33 +00:00
|
|
|
# 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
|
2010-03-16 23:52:50 +00:00
|
|
|
+zlib zlibmodule.c -lz
|
2010-03-12 22:38:33 +00:00
|
|
|
|
|
|
|
# Interface to the Expat XML parser
|
|
|
|
#
|