projects
/
opencc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02525cb
)
make sure library name matches soname
author
Aron Xu
<aron@debian.org>
Mon, 9 Oct 2017 14:02:39 +0000
(22:02 +0800)
committer
Boyuan Yang
<byang@debian.org>
Thu, 20 Sep 2018 19:07:38 +0000
(20:07 +0100)
===================================================================
Gbp-Pq: Name lib-name-match-soversion.patch
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 498a4f6be46a82343e1798ffa79500a58fb4cbe8..6e36db1ae571c09794300b6b4c1e012bd236ac60 100644
(file)
--- 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
)