annotate OrthancFramework/Resources/Patches/curl-8.9.0.patch @ 5821:37e5d0918006 default tip

Fix C-Find queries not returning private tags in the modality worklist plugin
author Alain Mazy <am@orthanc.team>
date Mon, 30 Sep 2024 10:22:12 +0200
parents 49730b6cade7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5733
49730b6cade7 patch the patch
Alain Mazy <am@orthanc.team>
parents: 5732
diff changeset
1 diff -urEb curl-8.9.0.orig/CMake/Macros.cmake curl-8.9.0/CMake/Macros.cmake
49730b6cade7 patch the patch
Alain Mazy <am@orthanc.team>
parents: 5732
diff changeset
2 --- curl-8.9.0.orig/CMake/Macros.cmake 2024-07-26 18:47:52.920588300 +0200
49730b6cade7 patch the patch
Alain Mazy <am@orthanc.team>
parents: 5732
diff changeset
3 +++ curl-8.9.0/CMake/Macros.cmake 2024-07-26 18:48:08.345522100 +0200
5732
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
4 @@ -48,7 +48,7 @@
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
5 message(STATUS "Performing Test ${CURL_TEST}")
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
6 try_compile(${CURL_TEST}
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
7 ${CMAKE_BINARY_DIR}
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
8 - ${CMAKE_CURRENT_SOURCE_DIR}/CMake/CurlTests.c
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
9 + ${CURL_SOURCES_DIR}/CMake/CurlTests.c
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
10 CMAKE_FLAGS -DCOMPILE_DEFINITIONS:STRING=${MACRO_CHECK_FUNCTION_DEFINITIONS}
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
11 "${CURL_TEST_ADD_LIBRARIES}"
49c29af02b13 upgraded curl to 8.9.0
Alain Mazy <am@orthanc.team>
parents:
diff changeset
12 OUTPUT_VARIABLE OUTPUT)