You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
591 B

  1. From 6eeab87bc852481e599325549c854b701bf2e39f Mon Sep 17 00:00:00 2001
  2. From: Alexandru Ardelean <aa@ocedo.com>
  3. Date: Thu, 25 Sep 2014 18:18:29 +0300
  4. Subject: [PATCH] enable zlib
  5. ---
  6. Modules/Setup.dist | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. --- a/Modules/Setup.dist
  9. +++ b/Modules/Setup.dist
  10. @@ -362,7 +362,7 @@ _symtable symtablemodule.c
  11. # Andrew Kuchling's zlib module.
  12. # This require zlib 1.1.3 (or later).
  13. # See http://www.gzip.org/zlib/
  14. -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
  15. +zlib zlibmodule.c -lz
  16. # Interface to the Expat XML parser
  17. #