diff options
Diffstat (limited to 'repos/clang/firefox/enable-elfhack-relr.patch')
| -rw-r--r-- | repos/clang/firefox/enable-elfhack-relr.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/repos/clang/firefox/enable-elfhack-relr.patch b/repos/clang/firefox/enable-elfhack-relr.patch deleted file mode 100644 index b1161080..00000000 --- a/repos/clang/firefox/enable-elfhack-relr.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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, |