bzip2.patch 386 B

12345678910111213
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 469a141a2..eec19c7d0 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -517,7 +517,7 @@ if (BZIP2_FOUND)
  6. if (PC_BZIP2_FOUND)
  7. list(APPEND PKGCONFIG_REQUIRES_PRIVATE "bzip2")
  8. else ()
  9. - list(APPEND PKGCONFIG_LIBS_PRIVATE "-lbz2")
  10. + list(APPEND PKGCONFIG_REQUIRES_PRIVATE "bzip2")
  11. endif ()
  12. endif ()
  13. if (PNG_FOUND)