[packages] python: Don't add host paths when compiling the zlib module. Fixes #6856
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Mar 2010 23:52:50 +0000 (23:52 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Mar 2010 23:52:50 +0000 (23:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20251 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/python/patches/110-enable-zlib.patch

index 44a59f2..c42597b 100644 (file)
@@ -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
  #