mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Reported the LTO issue upstream via email. The one reported in bug #862699 seems fixed upstream in git but another one involving JPEG appeared. Closes: https://bugs.gentoo.org/862699 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
754 B
Diff
13 lines
754 B
Diff
--- a/CMake/GenerateDCMTKConfigure.cmake
|
|
+++ b/CMake/GenerateDCMTKConfigure.cmake
|
|
@@ -202,9 +202,6 @@ else()
|
|
|
|
# Modify the installation paths for configuration files, data files and documents
|
|
# by adding a subdirectory with the DCMTK name and version number
|
|
- set(CMAKE_INSTALL_FULL_SYSCONFDIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}/dcmtk-${DCMTK_COMPLETE_PACKAGE_VERSION}")
|
|
- set(CMAKE_INSTALL_FULL_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}/dcmtk-${DCMTK_COMPLETE_PACKAGE_VERSION}")
|
|
- set(CMAKE_INSTALL_FULL_DOCDIR "${CMAKE_INSTALL_FULL_DOCDIR}-${DCMTK_COMPLETE_PACKAGE_VERSION}")
|
|
|
|
# These variables are defined as macros in osconfig.h and must end with a path separator
|
|
set(DCMTK_DEFAULT_CONFIGURATION_DIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}/")
|