projects
/
opencc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e8b97
)
make sure library name matches soname
author
Aron Xu
<aron@debian.org>
Fri, 20 Jan 2017 07:15:35 +0000
(07:15 +0000)
committer
Aron Xu
<aron@debian.org>
Fri, 20 Jan 2017 07:15:35 +0000
(07:15 +0000)
===================================================================
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 68883a22c70202bb1c67aae704548aae9f2f3a41..f49b1303c7817cd8438ab7bd15da9a682e0af33c 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-72,7
+72,7
@@
set_target_properties(
OUTPUT_NAME
opencc
VERSION
-
1
.0.0
+
2
.0.0
SOVERSION
2
)