aports/community/librewolf/force-can-use-pack-relative-relocs.patch

12 lines
360 B
Diff

--- 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,