External, Non-PPA KXStudio Repository
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.

18 lines
473B

  1. Description: Don't set rpath in jpeg progs.
  2. Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
  3. Forwarded: <not-needed> (Debian specific)
  4. --- a/CMakeLists.txt
  5. +++ b/CMakeLists.txt
  6. @@ -245,10 +245,6 @@
  7. report_option(ENABLE_SHARED "Shared libraries")
  8. report_option(ENABLE_STATIC "Static libraries")
  9. -if(ENABLE_SHARED)
  10. - set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
  11. -endif()
  12. -
  13. if(WITH_JPEG8 OR WITH_JPEG7)
  14. set(WITH_ARITH_ENC 1)
  15. set(WITH_ARITH_DEC 1)