1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/community/firefox-esr/force-can-use-pack-relative-relocs.patch
2024-10-17 23:53:35 +02:00

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