You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/gdal/files/gdal-2.3.0-curl.patch

16 lines
323 B

https://bugs.gentoo.org/659840
--- a/port/cpl_vsil_curl.cpp
+++ b/port/cpl_vsil_curl.cpp
@@ -8617,8 +8617,10 @@
if( poFSHandler )
poFSHandler->ClearCache();
}
-
+#if !defined(HAVE_CURL) || defined(CPL_MULTIPROC_STUB)
+#else
VSICurlStreamingClearCache();
+#endif
}
#endif /* HAVE_CURL */