aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_native__library__posix.cc
blob: b1db681350d3d8d3d3b80e2f03345cafbd677223 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/native_library_posix.cc.orig	2017-04-19 19:06:28 UTC
+++ base/native_library_posix.cc
@@ -35,7 +35,7 @@ NativeLibrary LoadNativeLibraryWithOptio
   // 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