Package: snappy / 1.2.2-2

Metadata

Package Version Patches format
snappy 1.2.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build_static_lib.patch | (download)

CMakeLists.txt | 21 20 + 1 - 0 !
1 file changed, 20 insertions(+), 1 deletion(-)

 add static library build
 Add upstream missed static library target.
readd_pkgconfig_support.patch | (download)

CMakeLists.txt | 9 9 + 0 - 0 !
cmake/snappy.pc.in | 10 10 + 0 - 0 !
2 files changed, 19 insertions(+)

---
fix_snappy_unittest_FTBFS.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] fix cmake build error


use_packaged_testing.patch | (download)

CMakeLists.txt | 26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-)

 googletest and gmock are packaged, use those
 No need to add external (empty) project directories, will link with system
 ones.
correct_testing_link.patch | (download)

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

 add required libraries to link with
 Just add those libraries to the linker.
add_option_to_enable_rtti.patch | (download)

CMakeLists.txt | 14 10 + 4 - 0 !
1 file changed, 10 insertions(+), 4 deletions(-)

 [patch] add option to enable rtti, set default to current behavior