[Pkg-owncloud-commits] [qtkeychain] 46/63: Do not reset RPATH on installed libraries
Sandro Knauß
hefee at debian.org
Sat Jun 10 14:39:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository qtkeychain.
commit c750d74c33fd1dd3ff503afa81a05a594c0b87ce
Author: Giuseppe D'Angelo <giuseppe.dangelo at kdab.com>
Date: Mon Nov 14 09:45:59 2016 +0100
Do not reset RPATH on installed libraries
Otherwise qtkeychain doesn't find Qt any more; it needs to keep
the RPATH set when compiling it.
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5bea83..87c7893 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -203,6 +203,7 @@ set_target_properties(${QTKEYCHAIN_TARGET_NAME} PROPERTIES
SOVERSION ${QTKEYCHAIN_SOVERSION}
MACOSX_RPATH 1
INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}"
+ INSTALL_RPATH_USE_LINK_PATH TRUE
)
install(FILES keychain.h ${CMAKE_CURRENT_BINARY_DIR}/qkeychain_export.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git
More information about the Pkg-owncloud-commits
mailing list