469dd1b2a8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22968 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
440 B
Diff
16 lines
440 B
Diff
---
|
|
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
|
|
# 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
|
|
#
|