--- kinfocenter-4.96.0/cmake/FindPCIUTILS.cmake.orig 2014-05-22 15:11:30.928207370 +0200 +++ kinfocenter-4.96.0/cmake/FindPCIUTILS.cmake 2014-05-22 15:19:31.091188117 +0200 @@ -19,6 +19,10 @@ else(RESOLV_LIBRARY) set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY}) endif(RESOLV_LIBRARY) + FIND_LIBRARY(ZLIB_LIBRARY NAMES z) + if(ZLIB_LIBRARY) + set(ZLIB_LIBRARIES ${ZLIB_LIBRARY}) + endif(ZLIB_LIBRARY) endif(PCIUTILS_LIBRARY)