mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/2f22927f-26ea-11ee-8290-a8a1599412c6.html
11 lines
473 B
C++
11 lines
473 B
C++
--- chrome/updater/configurator.cc.orig 2023-07-16 15:47:57 UTC
|
|
+++ chrome/updater/configurator.cc
|
|
@@ -63,7 +63,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs>
|
|
return absl::nullopt;
|
|
#endif
|
|
}()) {
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
// On Linux creating the NetworkFetcherFactory requires performing blocking IO
|
|
// to load an external library. This should be done when the configurator is
|
|
// created.
|