buildroot/package/poco
Thomas Petazzoni b8527eb3c0 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>
2015-11-03 17:18:33 +01:00
..
0001-poco-add-the-staging-path-to-search-path.patch
0002-poco-don-t-build-debug-libraries.patch
0003-Fix-conflicting-declaration-with-unbundled-pcre.patch
0004-fix-unbundled-pcre-usage.patch poco: add patches to fix pcre link issue and library installation 2015-11-03 17:18:33 +01:00
0005-add-missing-LIBPREFIX-definition.patch poco: add patches to fix pcre link issue and library installation 2015-11-03 17:18:33 +01:00
Config.in
poco.mk