xerces-c: Use libstdcpp instead of uclibc++ 8747/head
authorRosen Penev <rosenp@gmail.com>
Sun, 21 Apr 2019 23:48:49 +0000 (16:48 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 22 Apr 2019 17:27:50 +0000 (10:27 -0700)
commitd340f045b745f09941ed51f28856b697c1418d39
tree12ad3a1a47b2144e4c024dca78bfbb7d6a5d34fb
parent0300ee1b008a8119364a4ef0be5f54804d19603e
xerces-c: Use libstdcpp instead of uclibc++

Both dependent packages (sumo and libelektra) use (and must use) libstdcpp

Two libc++ cannot be linked against each other at the same time. I believe
this causes xerces-c to not be used even though it is listed as a
dependency.

Took the time to clean up the Makefile. Also replaced -fPIC with -fpic to
eliminate potential issues. Added linker flags for smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libxerces-c/Makefile
libs/libxerces-c/patches/0001-fix-configure-cross-compiling.patch