mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 01:35:13 +03:00
11 lines
360 B
Diff
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,
|