Package: cpp-hocon / 0.1.7-1

Metadata

Package Version Patches format
cpp-hocon 0.1.7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build shared library.patch | (download)

lib/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 build a shared library
 Upstream only builds a static archive. Let's make things simple and trade the
 static archive for a shared library.
fix gcc 8 ftbfs.patch | (download)

lib/src/tokens.cc | 2 1 + 1 - 0 !
lib/tests/concatenation_test.cc | 4 2 + 2 - 0 !
lib/tests/conf_parser_test.cc | 12 6 + 6 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 fix ftbfs with gcc-8
 Catch all polymorphic exceptions by reference