aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_native__library__posix.cc
blob: 1a6aca981929ef4f7aa7dc0ee0679f25dbb1aa9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/native_library_posix.cc.orig	2017-06-05 19:03:00 UTC
+++ base/native_library_posix.cc
@@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptions(const FileP
   // further investigation, as it might vary across versions. Crash here to
   // warn developers that they're trying to rely on uncertain behavior.
   CHECK(!options.prefer_own_symbols);
-#else
+#elif !defined(OS_BSD)
   if (options.prefer_own_symbols)
     flags |= RTLD_DEEPBIND;
 #endif