Mercurial > hg > orthanc
changeset 6565:63904b9a5267
curl: enable ipv6 in static builds
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Mon, 19 Jan 2026 16:30:14 +0100 |
| parents | 13d5d1874202 |
| children | 54892594ebe1 |
| files | NEWS OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake |
| diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri Jan 16 15:42:57 2026 +0100 +++ b/NEWS Mon Jan 19 16:30:14 2026 +0100 @@ -30,6 +30,9 @@ * Upgraded dependencies for static builds: - boost 1.89.0 - dcmtk 3.7.0 +* LibCurl: now enabling ipv6 when linking statically. + https://github.com/orthanc-server/orthanc-builder/issues/33 + NB: To maintain compatibility with Windows XP, which is not supported by DCMTK 3.7.0, Windows 32-bit builds still use DCMTK 3.6.9.
--- a/OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake Fri Jan 16 15:42:57 2026 +0100 +++ b/OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake Mon Jan 19 16:30:14 2026 +0100 @@ -74,6 +74,7 @@ -DCURL_DISABLE_RTSP=1 -DCURL_DISABLE_TELNET=1 -DCURL_DISABLE_TFTP=1 + -DUSE_IPV6=1 # new in 1.12.11 ) if (ENABLE_SSL)
