projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7a2d0
)
python: Don't add host paths when compiling the zlib module. Fixes #6856
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 16 Mar 2010 23:52:50 +0000
(23:52 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 16 Mar 2010 23:52:50 +0000
(23:52 +0000)
SVN-Revision: 20251
lang/python/patches/110-enable-zlib.patch
patch
|
blob
|
history
diff --git
a/lang/python/patches/110-enable-zlib.patch
b/lang/python/patches/110-enable-zlib.patch
index 44a59f25d5a78fc256f60dc1f189b8f5b1c5aca1..c42597bea4d5d9ef8a192e38bf6d64b3bf51b2de 100644
(file)
--- a/
lang/python/patches/110-enable-zlib.patch
+++ b/
lang/python/patches/110-enable-zlib.patch
@@
-5,7
+5,7
@@
# 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
++zlib zlibmodule.c -lz
# Interface to the Expat XML parser
#