Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/qutim/files: fix_insecure_rpath.patch
Date: Sun, 29 Nov 2009 12:42:22
Message-Id: E1NEj6a-0006mN-B8@stork.gentoo.org
1 hwoarang 09/11/29 12:42:20
2
3 Added: fix_insecure_rpath.patch
4 Log:
5 Fix insecure_rpath issue. Fix LINGUAS installation. Fix plugins installation
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-im/qutim/files/fix_insecure_rpath.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/qutim/files/fix_insecure_rpath.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/qutim/files/fix_insecure_rpath.patch?rev=1.1&content-type=text/plain
13
14 Index: fix_insecure_rpath.patch
15 ===================================================================
16 Index: qutim-0.2.0/CMakeLists.txt
17 ===================================================================
18 --- qutim-0.2.0.orig/CMakeLists.txt
19 +++ qutim-0.2.0/CMakeLists.txt
20 @@ -46,6 +46,9 @@ ADD_DEFINITIONS( -DQUTIM_SVN_REVISION=${
21 SET (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
22 SET (CMAKE_BUILD_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
23 SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
24 +SET (CMAKE_SKIP_BUILD_RPATH TRUE)
25 +SET (CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
26 +
27 LIST (APPEND CMAKE_MODULE_PATH "cmake")
28 LIST (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
29 SET (QT_USE_QTNETWORK true)