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.

11 lines
383 B

  1. --- a/Modules/Setup
  2. +++ b/Modules/Setup
  3. @@ -338,7 +338,7 @@ _symtable symtablemodule.c
  4. # Andrew Kuchling's zlib module.
  5. # This require zlib 1.1.3 (or later).
  6. # See http://www.gzip.org/zlib/
  7. -#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
  8. +zlib zlibmodule.c -lz
  9. # Interface to the Expat XML parser
  10. # More information on Expat can be found at www.libexpat.org.