summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-10 05:55:01 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-10 05:55:01 +0000
commit64a203bede48d4b564e11852d05692ad2f2b9197 (patch)
tree349563f5bd9b9030762fb94fd2c52d2984bedf81 /dev-libs/quazip/files
parentAdd virtual/glu dependency for mesa-9, bug #434426, thanks to Andreas Sturmle... (diff)
downloadgentoo-2-64a203bede48d4b564e11852d05692ad2f2b9197.tar.gz
gentoo-2-64a203bede48d4b564e11852d05692ad2f2b9197.tar.bz2
gentoo-2-64a203bede48d4b564e11852d05692ad2f2b9197.zip
dev-libs/quazip: Version Bump; drop rpath hack
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/quazip/files')
-rw-r--r--dev-libs/quazip/files/rpath.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-libs/quazip/files/rpath.cmake b/dev-libs/quazip/files/rpath.cmake
deleted file mode 100644
index b896c8789185..000000000000
--- a/dev-libs/quazip/files/rpath.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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)