[packages] python: Don't add host paths when compiling the zlib module. Fixes #6856
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 16 Mar 2010 23:52:50 +0000 (23:52 +0000)
committerLars-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

index 44a59f25d5a78fc256f60dc1f189b8f5b1c5aca1..c42597bea4d5d9ef8a192e38bf6d64b3bf51b2de 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
  #