1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix smaller stuff: disable transitive linking for MERGE_LIBRARIES results,

compile embedded with PIC to allow linking with shared libraries
This commit is contained in:
Vladislav Vaintroub
2010-01-25 02:52:32 +01:00
parent 03fcdd0194
commit 1519d8ccd1
2 changed files with 2 additions and 1 deletions

View File

@ -259,6 +259,7 @@ MACRO(MERGE_LIBRARIES)
IF(NOT ARG_NOINSTALL)
MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}")
ENDIF()
SET_TARGET_PROPERTIES(${TARGET} PROPERTIES LINK_INTERFACE_LIBRARIES "")
ENDMACRO()
FUNCTION(GET_DEPENDEND_OS_LIBS target result)