Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
dcmtk
0001-Fixed-link-instructions-for-libtiff.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fixed-link-instructions-for-libtiff.patch of Package dcmtk
From 418f3ee269cc9d9f01bbde1c2b48c5abddb5fa28 Mon Sep 17 00:00:00 2001 From: Marco Eichelberg <dicom@offis.de> Date: Mon, 25 Dec 2023 14:12:41 +0100 Subject: [PATCH] Fixed link instructions for libtiff. Fixed link instructions for libtiff for the case that libjpeg is not present. --- CMake/3rdparty.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMake/3rdparty.cmake b/CMake/3rdparty.cmake index c3559229a..5f8f07e5f 100644 --- a/CMake/3rdparty.cmake +++ b/CMake/3rdparty.cmake @@ -38,11 +38,12 @@ if(DCMTK_USE_FIND_PACKAGE) if(NOT JPEG_FOUND) message(STATUS "Info: DCMTK TIFF support will be enabled (but without JPEG)") include_directories(${TIFF_INCLUDE_DIR}) + set(LIBTIFF_LIBS ${TIFF_LIBRARY} ${TIFF_EXTRA_LIBS_STATIC}) else() message(STATUS "Info: DCMTK TIFF support will be enabled") include_directories(${TIFF_INCLUDE_DIR} ${JPEG_INCLUDE_DIR}) + set(LIBTIFF_LIBS ${TIFF_LIBRARY} ${TIFF_EXTRA_LIBS_STATIC} ${JPEG_LIBRARY}) endif() - set(LIBTIFF_LIBS ${TIFF_LIBRARY} ${TIFF_EXTRA_LIBS_STATIC} ${JPEG_LIBRARY}) endif() endif() -- 2.47.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor