#At file:///MySQL/REPO/V55/itch-5.5/ based on revid:joerg@stripped
3081 Joerg Bruehe 2010-09-30
Part of the fix for bug#56267: Set a proper installation directory.
modified:
scripts/CMakeLists.txt
=== modified file 'scripts/CMakeLists.txt'
--- a/scripts/CMakeLists.txt 2010-08-12 15:19:57 +0000
+++ b/scripts/CMakeLists.txt 2010-09-30 15:44:57 +0000
@@ -86,7 +86,7 @@ IF($ENV{MALLOC_LIB})
ENDIF()
IF(MALLOC_LIB)
- INSTALL(FILES ${MALLOC_LIB} DESTINATION lib OPTIONAL)
+ INSTALL(FILES ${MALLOC_LIB} DESTINATION ${INSTALL_LIBDIR} OPTIONAL)
ENDIF()
IF(CMAKE_GENERATOR MATCHES "Makefiles")
Attachment: [text/bzr-bundle] bzr/joerg@mysql.com-20100930154457-cynjk335szypy7b5.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (joerg:3081) Bug#56267 | Joerg Bruehe | 30 Sep |