Details
Description
When compiling Xerces statically with libCURL support, the command
pkg-config xerces-c --static --libs
does not output the CURL lib and its dependencies. This finally leads to linker errors.
The attached patch fixed this issue.