poco: add patches to fix pcre link issue and library installation
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 3 Nov 2015 16:18:33 +0000 (17:18 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 3 Nov 2015 16:18:33 +0000 (17:18 +0100)
commitb8527eb3c017c74c861db8b21f8a0def55988382
tree2bbadd380f62bb7d85dda4df3075512c935bae2f
parent52717eac86da18d4de08220d2c59d29086cf147f
poco: add patches to fix pcre link issue and library installation

This commit adds two patches for poco to fix two issues:

 - A link issue caused by the fact that Buildroot uses the "unbundled"
   mode for pcre, which is broken due to Poco poking into internal
   pcre symbols. A Gentoo patch is adapted to work around this
   problem.

 - A link and runtime issue caused by the fact that the shared
   libraries are simply not installed due to a bug in the Makefile. An
   upstream Poco commit is backported to solve this problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: Benno Schweikert <b.schweikert@prosystems.de>
package/poco/0004-fix-unbundled-pcre-usage.patch [new file with mode: 0644]
package/poco/0005-add-missing-LIBPREFIX-definition.patch [new file with mode: 0644]