From a1a39cb57e70dd601ad00aa488db4b8feafa0893 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 20 Sep 2025 15:36:24 -0400 Subject: more of this nonsense --- .../chromium/files/chromium-142-crabbyavif-rust18x.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'www-client/chromium/files') diff --git a/www-client/chromium/files/chromium-142-crabbyavif-rust18x.patch b/www-client/chromium/files/chromium-142-crabbyavif-rust18x.patch index da4dc76..900f854 100644 --- a/www-client/chromium/files/chromium-142-crabbyavif-rust18x.patch +++ b/www-client/chromium/files/chromium-142-crabbyavif-rust18x.patch @@ -1,3 +1,16 @@ +diff --git a/third_party/crabbyavif/BUILD.gn b/third_party/crabbyavif/BUILD.gn +index 38b2055f5c..c9ef690b78 100644 +--- a/third_party/crabbyavif/BUILD.gn ++++ b/third_party/crabbyavif/BUILD.gn +@@ -202,7 +202,7 @@ rust_static_library("crabbyavif") { + + # Required for disable_cfi feature. + configs -= [ "//build/config/compiler:disallow_unstable_features" ] +- rustflags = [ "-Zallow-features=sanitize" ] ++ rustflags = [ "-Zallow-features=no_sanitize" ] + + public_deps = [ ":header_files" ] + deps = [ diff --git a/third_party/crabbyavif/src/src/capi/io.rs b/third_party/crabbyavif/src/src/capi/io.rs index e7994ce312..60a3c13b78 100644 --- a/third_party/crabbyavif/src/src/capi/io.rs -- cgit v1.2.3