#1649: licq 1.3.6 qt4-gui do not comply LIB_SUFFIX
-----------------------+----------------------------------------------------
Reporter: fundawang | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.3.7
Component: None | Version: 1.3.6
Keywords: |
-----------------------+----------------------------------------------------
Almost all the distribution are using LIB_SUFFIX for cmake's macro, and
set LIB_SUFFIX=64 when in 64-bit systems. It would be better qt4-gui could
recognize this option:
{{{
--- plugins/qt4-gui/CMakeLists.txt~ 2008-09-11 20:01:40.000000000
+0200
+++ plugins/qt4-gui/CMakeLists.txt 2008-10-05 06:37:21.000000000
+0200
@@ -16,7 +16,7 @@
# Install dirs
-set(INSTALL_LIB_DIR lib CACHE PATH
+set(INSTALL_LIB_DIR lib${LIB_SUFFIX} CACHE PATH
"Directory to install the plugin to. A relative path is relative to
CMAKE_INSTALL_PREFIX.")
mark_as_advanced(INSTALL_LIB_DIR)
}}}
--
Ticket URL: <http://www.licq.org/ticket/1649>
Licq <http://www.licq.org/>
Licq - an instant messaging client for UNIX.