mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-11 17:53:09 +00:00
12 lines
357 B
Diff
12 lines
357 B
Diff
Backport of https://gitlab.kitware.com/cmake/cmake/-/merge_requests/10449
|
|
+++ ./Source/cmCurl.cxx
|
|
@@ -170,7 +170,7 @@
|
|
const std::string& netrc_file)
|
|
{
|
|
std::string e;
|
|
- CURL_NETRC_OPTION curl_netrc_level = CURL_NETRC_LAST;
|
|
+ long curl_netrc_level = CURL_NETRC_LAST;
|
|
::CURLcode res;
|
|
|
|
if (!netrc_level.empty()) {
|