mirror of the now-defunct rocklinux.org
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
287 B

  1. --- ./lib/configure.orig 2007-05-17 20:50:22.000000000 +0200
  2. +++ ./lib/configure 2007-05-17 20:50:36.000000000 +0200
  3. @@ -112,7 +112,7 @@
  4. echo "$zlib (set manually)"
  5. else
  6. if [ -f /usr/include/zlib.h ] ; then
  7. - zlib=yes
  8. + zlib=no # force unziped pci.ids file
  9. else
  10. zlib=no
  11. fi