summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-01-03 21:39:17 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-01-03 21:40:16 +1100
commit747fdfc3170b5bbd2ddd0093c91c3770d14cb846 (patch)
tree1bda9c75e813373a800dee47d3c59f64cb6853b9 /app-arch/brotli/files
parentnet-fs/cvmfs: remove 2.1.20.0_p05 (diff)
downloadgentoo-747fdfc3170b5bbd2ddd0093c91c3770d14cb846.tar.gz
gentoo-747fdfc3170b5bbd2ddd0093c91c3770d14cb846.tar.bz2
gentoo-747fdfc3170b5bbd2ddd0093c91c3770d14cb846.zip
app-arch/brotli: remove 0.6.0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-arch/brotli/files')
-rw-r--r--app-arch/brotli/files/brotli-0.6.0-no-rpath.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-arch/brotli/files/brotli-0.6.0-no-rpath.patch b/app-arch/brotli/files/brotli-0.6.0-no-rpath.patch
deleted file mode 100644
index 28e70d7acfe7..000000000000
--- a/app-arch/brotli/files/brotli-0.6.0-no-rpath.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Tomasz Buchert <tomasz@debian.org>
-Date: Sat, 24 Jun 2017 14:40:16 +0200
-Subject: Do not set rpath on shared libs.
-
----
- CMakeLists.txt | 13 -------------
- 1 file changed, 13 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ca612d1..bf70d69 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -27,19 +27,6 @@ CMAKE_DEPENDENT_OPTION(BUILD_SHARED_LIBS "Build shared libraries" ON "NOT BROTLI
-
- include(GNUInstallDirs)
-
--# When building shared libraries it is important to set the correct rpath.
--# See https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH
--if (BUILD_SHARED_LIBS)
-- add_definitions(-DBROTLI_SHARED_COMPILATION)
-- set(CMAKE_SKIP_BUILD_RPATH FALSE)
-- set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
-- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-- list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_LIBDIR}" isSystemDir)
-- if ("${isSystemDir}" STREQUAL "-1")
-- set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_LIBDIR}")
-- endif()
--endif()
--
- # Parse version information from common/version.h. Normally we would
- # define these values here and write them out to configuration file(s)
- # (i.e., config.h), but in this case we parse them from