Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
gentoo-x86 commit in app-text/poppler/files: rpath.cmake
Date:
Fri, 1 Jun 2012 08:54:26 +0000 (UTC)
jlec 12/06/01 08:54:26
Added: rpath.cmake
Log:
Add rpath on prefix
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.1 app-text/poppler/files/rpath.cmake
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/rpath.cmake?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/rpath.cmake?rev=1.1&content-type=text/plain
Index: rpath.cmake
===================================================================
# use, i.e. don't skip the full RPATH for the build tree
SET(CMAKE_SKIP_BUILD_RPATH FALSE)
# when building, don't use the install RPATH already
# (but later on when installing)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
# add the automatically determined parts of the RPATH
# which point to directories outside the build tree to the install RPATH
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)