diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2020-06-29 10:52:36 +0300 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-29 13:29:20 -0400 |
commit | 3cc06e5fd4889a3fd2d77d6a411efe0f82f37777 (patch) | |
tree | 0f119d4890e2eb677c9ceb9550d6e14612f3c63d /net-libs/libvncserver/files/libvncserver-0.9.12-pkgconfig-libdir.patch | |
parent | dev-ruby/asciimath: add missing test dep (diff) | |
download | gentoo-3cc06e5fd4889a3fd2d77d6a411efe0f82f37777.tar.gz gentoo-3cc06e5fd4889a3fd2d77d6a411efe0f82f37777.tar.bz2 gentoo-3cc06e5fd4889a3fd2d77d6a411efe0f82f37777.zip |
net-libs/libvncserver: Security cleanup
Bug: https://bugs.gentoo.org/728594
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/16483
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-libs/libvncserver/files/libvncserver-0.9.12-pkgconfig-libdir.patch')
-rw-r--r-- | net-libs/libvncserver/files/libvncserver-0.9.12-pkgconfig-libdir.patch | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-libs/libvncserver/files/libvncserver-0.9.12-pkgconfig-libdir.patch b/net-libs/libvncserver/files/libvncserver-0.9.12-pkgconfig-libdir.patch deleted file mode 100644 index 6a50ac892064..000000000000 --- a/net-libs/libvncserver/files/libvncserver-0.9.12-pkgconfig-libdir.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 36a71279ed5b10effecd879caf6c3791842ca713 Mon Sep 17 00:00:00 2001 -From: Christian Beier <dontmind@freeshell.org> -Date: Thu, 28 Mar 2019 21:06:36 +0100 -Subject: [PATCH 03/51] CMake: replace 'lib' with ${CMAKE_INSTALL_LIBDIR} for - pkgconfig files as well - -Thanks to https://github.com/ikelos for spotting this ;-) - -Closes #290 ---- - libvncclient.pc.cmakein | 2 +- - libvncserver.pc.cmakein | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/libvncclient.pc.cmakein b/libvncclient.pc.cmakein -index 169a8b7..445f7e7 100644 ---- a/libvncclient.pc.cmakein -+++ b/libvncclient.pc.cmakein -@@ -1,6 +1,6 @@ - prefix=@CMAKE_INSTALL_PREFIX@ - exec_prefix=@CMAKE_INSTALL_PREFIX@ --libdir=@CMAKE_INSTALL_PREFIX@/lib -+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ - includedir=@CMAKE_INSTALL_PREFIX@/include - - Name: LibVNCClient -diff --git a/libvncserver.pc.cmakein b/libvncserver.pc.cmakein -index f38d74f..c689806 100644 ---- a/libvncserver.pc.cmakein -+++ b/libvncserver.pc.cmakein -@@ -1,6 +1,6 @@ - prefix=@CMAKE_INSTALL_PREFIX@ - exec_prefix=@CMAKE_INSTALL_PREFIX@ --libdir=@CMAKE_INSTALL_PREFIX@/lib -+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ - includedir=@CMAKE_INSTALL_PREFIX@/include - - Name: LibVNCServer --- -2.23.0 - |