[Pkg-owncloud-commits] [qtkeychain] 109/115: Hardcode rpath to install dir on make install
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository qtkeychain.
commit fd3ed10668252307b91373c6d0dd8685a277d7b1
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Thu Mar 13 00:55:26 2014 +0100
Hardcode rpath to install dir on make install
Required for sane deployment in bundles
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e9d55c..7f1179f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,6 +150,8 @@ endif()
set_target_properties(${QTKEYCHAIN_TARGET_NAME} PROPERTIES
VERSION ${QTKEYCHAIN_VERSION}
SOVERSION ${QTKEYCHAIN_SOVERSION}
+ MACOSX_RPATH 1
+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}"
)
install(FILES keychain.h 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