[patchteam] Enable zlib in python
Singed off by alexander@sulfrian.net git-svn-id: svn://svn.openwrt.org/openwrt/packages@20170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d8934547a5
commit
f05187664e
11
lang/python/patches/110-enable-zlib.patch
Normal file
11
lang/python/patches/110-enable-zlib.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- Python-2.6.4/Modules/Setup.dist 2008-11-27 11:15:12.000000000 +0100
|
||||
+++ Python-2.6.4/Modules/Setup.dist 2010-02-27 04:14:15.000000000 +0100
|
||||
@@ -460,7 +460,7 @@
|
||||
# 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 -I$(prefix)/include -L$(exec_prefix)/lib -lz
|
||||
|
||||
# Interface to the Expat XML parser
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user