Public bug reported:

building krename from source does not find libpodofo because of a bug in
cmake/modules/FindLIBPODOFO.cmake.

substitute:
FIND_LIBRARY(LIBPODOFO_LIB
        NAMES libpodofo-doc podofo-doc
        PATHS "${LIBPODOFO_DIR}/lib" "${LIBPODOFO_DIR}/src" "${LIBPODOFO_DIR}")

by:
FIND_LIBRARY(LIBPODOFO_LIB
        NAMES libpodofo podofo
        PATHS "${LIBPODOFO_DIR}/lib" "${LIBPODOFO_DIR}/src" "${LIBPODOFO_DIR}")

and everything works quite well.

** Affects: krename (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889425

Title:
  building krename does not find libpodofo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krename/+bug/889425/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to