diff options
author | 2019-01-15 21:40:20 +0000 | |
---|---|---|
committer | 2019-01-17 21:21:30 +0000 | |
commit | 4fbd9dd57d76b333b4c75791b1590f5ee09119f1 (patch) | |
tree | 2847f16e615d2fd2da54f82b430dbdaafcceda6b /net-libs/libvncserver/files | |
parent | app-backup/snapper: amd64 stable wrt bug #674042 (diff) | |
download | gentoo-4fbd9dd57d76b333b4c75791b1590f5ee09119f1.tar.gz gentoo-4fbd9dd57d76b333b4c75791b1590f5ee09119f1.tar.bz2 gentoo-4fbd9dd57d76b333b4c75791b1590f5ee09119f1.zip |
net-libs/libvncserver: Version bump, security bug #659560 and #673508
Bug: https://bugs.gentoo.org/659560
Bug: https://bugs.gentoo.org/673508
Closes: https://bugs.gentoo.org/435326
Closes: https://bugs.gentoo.org/675046
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs/libvncserver/files')
-rw-r--r-- | net-libs/libvncserver/files/libvncserver-0.9.12-cmake-libdir.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-libs/libvncserver/files/libvncserver-0.9.12-cmake-libdir.patch b/net-libs/libvncserver/files/libvncserver-0.9.12-cmake-libdir.patch new file mode 100644 index 000000000000..35ee26dc7b04 --- /dev/null +++ b/net-libs/libvncserver/files/libvncserver-0.9.12-cmake-libdir.patch @@ -0,0 +1,22 @@ +--- libvncserver-LibVNCServer-0.9.12/CMakeLists.txt ++++ libvncserver-LibVNCServer-0.9.12/CMakeLists.txt +@@ -666,8 +666,8 @@ + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libvncclient.pc.cmakein ${CMAKE_CURRENT_BINARY_DIR}/libvncclient.pc @ONLY) + + +-install_targets(/lib vncserver) +-install_targets(/lib vncclient) ++install_targets(/${CMAKE_INSTALL_LIBDIR} vncserver) ++install_targets(/${CMAKE_INSTALL_LIBDIR} vncclient) + install_files(/include/rfb FILES + rfb/keysym.h + rfb/rfb.h +@@ -677,7 +677,7 @@ + rfb/rfbregion.h + ) + +-install_files(/lib/pkgconfig FILES ++install_files(/${CMAKE_INSTALL_LIBDIR}/pkgconfig FILES + libvncserver.pc + libvncclient.pc + ) |