Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464884 - =app-text/podofo-0.9.2 has net-dns/libidn automagic
Summary: =app-text/podofo-0.9.2 has net-dns/libidn automagic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 464416
  Show dependency tree
 
Reported: 2013-04-06 19:26 UTC by Nikoli
Modified: 2013-04-06 20:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-04-06 19:26:17 UTC
/usr/lib64/libpodofo.so.0.9.1 links to libidn.so.11, dep seems optional:
podofo-0.9.2 $ grep idn -i CMakeLists.txt -a1

FIND_PACKAGE(LIBIDN)

IF(LIBIDN_FOUND)
  MESSAGE("Found libidn headers in ${LIBIDN_INCLUDE_DIR}, library at ${LIBIDN_LIBRARIES}")
ENDIF(LIBIDN_FOUND)

IF(LIBIDN_FOUND)
        SET(PODOFO_HAVE_LIBIDN TRUE)
        INCLUDE_DIRECTORIES(${LIBIDN_INCLUDE_DIR})
        MESSAGE("Libidn found. AES-256 Encryption support will be enabled")
ELSE(LIBIDN_FOUND)
        MESSAGE("Libidn not found. AES-256 Encryption support will be disabled")
ENDIF(LIBIDN_FOUND)

--
  ${ZLIB_LIBRARIES}
  ${LIBIDN_LIBRARIES}

It is regression: app-text/podofo-0.9.1 did not have this bug.
Comment 1 Zac Medico gentoo-dev 2013-04-06 20:43:53 UTC
Thanks, it's fixed in cvs to make it conditional on USE=idn.