projects
/
opencc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62a6cc
)
use-cmake-install-libdir
author
IME Packaging Team
<pkg-ime-devel@lists.alioth.debian.org>
Mon, 9 Oct 2017 14:02:39 +0000
(22:02 +0800)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 28 Jan 2021 14:32:01 +0000
(14:32 +0000)
===================================================================
Gbp-Pq: Name use-cmake-install-libdir.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 08d186a60a98ad04a1df77febc5842845146bce1..efb51ae1dd139659dc42e25f7c8ad8daa3c33b7e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-74,7
+74,7
@@
set (DIR_PREFIX ${CMAKE_INSTALL_PREFIX})
set (DIR_INCLUDE ${DIR_PREFIX}/include/)
set (DIR_SHARE ${DIR_PREFIX}/share/)
set (DIR_ETC ${DIR_PREFIX}/etc/)
-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})