Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/poppler/files: rpath.cmake
Date: Fri, 01 Jun 2012 08:54:56
Message-Id: 20120601085426.A84162004C@flycatcher.gentoo.org
1 jlec 12/06/01 08:54:26
2
3 Added: rpath.cmake
4 Log:
5 Add rpath on prefix
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-text/poppler/files/rpath.cmake
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/rpath.cmake?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/rpath.cmake?rev=1.1&content-type=text/plain
14
15 Index: rpath.cmake
16 ===================================================================
17 # use, i.e. don't skip the full RPATH for the build tree
18 SET(CMAKE_SKIP_BUILD_RPATH FALSE)
19
20 # when building, don't use the install RPATH already
21 # (but later on when installing)
22 SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
23
24 # add the automatically determined parts of the RPATH
25 # which point to directories outside the build tree to the install RPATH
26 SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)