File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ single_version_override(
1818
1919bazel_dep (name = "rapidyaml" , version = "0.9.0" )
2020bazel_dep (name = "curl" , version = "8.11.0.bcr.1" )
21+ single_version_override (
22+ module_name = "curl" ,
23+ patch_strip = 1 ,
24+ patches = [
25+ "bazel/curl.patch" ,
26+ ],
27+ )
28+
2129bazel_dep (name = "depend_on_what_you_use" , version = "0.10.0" )
2230bazel_dep (name = "google_benchmark" , version = "1.9.4" )
2331bazel_dep (name = "googletest" , version = "1.17.0.bcr.1" )
Original file line number Diff line number Diff line change 1+ diff --git a/lib/libcurl.vers.in b/lib/libcurl.vers.in
2+ index 821966999..00c432c5d 100644
3+ --- a/lib/libcurl.vers.in
4+ +++ b/lib/libcurl.vers.in
5+ @@ -1,5 +1,7 @@
6+ + /*
7+ CURL_@CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@@CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@
8+ {
9+ global: curl_*;
10+ local: *;
11+ };
12+ + */
You can’t perform that action at this time.
0 commit comments