1 --- src/3rdparty/chromium/base/native_library_posix.cc.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/native_library_posix.cc
3 @@ -34,7 +34,7 @@ NativeLibrary LoadNativeLibraryWithOptions(const FileP
4    // http://crbug.com/17943, http://crbug.com/17557, http://crbug.com/36892,
5    // and http://crbug.com/40794.
6    int flags = RTLD_LAZY;
7 -#if BUILDFLAG(IS_ANDROID) || !defined(RTLD_DEEPBIND)
8 +#if BUILDFLAG(IS_ANDROID) || !defined(RTLD_DEEPBIND) || BUILDFLAG(IS_BSD)
9    // Certain platforms don't define RTLD_DEEPBIND. Android dlopen() requires
10    // further investigation, as it might vary across versions. Crash here to
11    // warn developers that they're trying to rely on uncertain behavior.
12