projects
/
opencc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409db2a
)
use-cmake-install-libdir
author
IME Packaging Team
<pkg-ime-devel@lists.alioth.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 use-cmake-install-libdir.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 5ff33eb0711eb73b979053830d798c5038412d2e..d6e887ff0b7bc006e5811eeac6db9ec81e395781 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-69,7
+69,7
@@
set (DIR_INCLUDE ${DIR_PREFIX}/include/)
set (DIR_SHARE ${DIR_PREFIX}/share/)
set (DIR_ETC ${DIR_PREFIX}/etc/)
set (LIB_SUFFIX "")
-set (DIR_LIBRARY ${
DIR_PREFIX}/lib${LIB_SUFFIX}/
)
+set (DIR_LIBRARY ${
CMAKE_INSTALL_LIBDIR}
)
if (DEFINED SHARE_INSTALL_PREFIX)
set (DIR_SHARE ${SHARE_INSTALL_PREFIX})