mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
11 lines
280 B
Diff
11 lines
280 B
Diff
--- a/toolkit/moz.configure
|
|
+++ b/toolkit/moz.configure
|
|
@@ -1523,6 +1523,7 @@
|
|
# packed relative relocations rather than elfhack.
|
|
if android_version:
|
|
return android_version >= 30
|
|
+ return False
|
|
return have_arc4random
|
|
|
|
@depends(
|