HomePhabricator
Diffusion MITK 80afbeada62f

Only link to a subset of the Poco libraries to avoid name clashes.

Description

Only link to a subset of the Poco libraries to avoid name clashes.

PocoPDF contains a libpng copy whose symbols may lead to name clashes
when linking a target to QtGui (for example) which depends on libpng
and to PocoPDF. In some cases, the linker will resolve the png symbol
references in QtGui to point to the ones in PocoPDF, leading to runtime
crashes due to incompatible symbol versions.

Details

Provenance
zelzerAuthored on Sep 12 2013, 1:28 AM
Parents
rMITKe033f93174a2: Patch Poco to properly check for ODBC development header.
Branches
Unknown
Tags
Unknown