aboutsummaryrefslogtreecommitdiff
path: root/repos/clang/firefox/enable-elfhack-relr.patch
blob: b1161080d8d27d7c3e3a51bafb5b9ba0cab0ae9d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -1517,7 +1517,7 @@ with only_when("--enable-compile-environ
         # packed relative relocations rather than elfhack.
         if android_version:
             return android_version >= 30
-        return have_arc4random
+        return have_arc4random or True
 
     @depends(
         c_compiler,