From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/quazip/files: rpath.cmake
Date: Wed, 30 May 2012 13:24:17 +0000 (UTC) [thread overview]
Message-ID: <20120530132417.776612004C@flycatcher.gentoo.org> (raw)
jlec 12/05/30 13:24:17
Added: rpath.cmake
Log:
dev-libs/quazip: Add rpath on prefix
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-libs/quazip/files/rpath.cmake
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/files/rpath.cmake?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/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)
next reply other threads:[~2012-05-30 13:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 13:24 Justin Lecher (jlec) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-10 5:55 [gentoo-commits] gentoo-x86 commit in dev-libs/quazip/files: rpath.cmake Justin Lecher (jlec)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120530132417.776612004C@flycatcher.gentoo.org \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox