From: Aron Xu Date: Mon, 9 Oct 2017 14:02:39 +0000 (+0800) Subject: make sure library name matches soname X-Git-Tag: archive/raspbian/1.1.1+git20200624+ds2-5+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=daf2c6a6ea72073af1eda571b74a46bfa5d4e54b;p=opencc.git make sure library name matches soname =================================================================== Gbp-Pq: Name lib-name-match-soversion.patch --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 498a4f6..6e36db1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -75,7 +75,7 @@ set_target_properties( OUTPUT_NAME opencc VERSION - 1.0.0 + 2.0.0 SOVERSION 2 )