mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-30 02:02:30 +00:00
* Guard SQLITE_BUSY_SNAPSHOT which is not available in older SQLite releases When building POCO unbundled with older versions of SQLite (such as on RHEL7) SQLITE_BUSY_SNAPSHOT is not defined, so #ifdef guard it. * Some of the samples need to link with PocoJSON * Build parallelization issues #1730 * Fix building XMLStreamParser with unbundled expat