0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/x11-packages/thunderbird/0001-configure-treat-termux-as-linux.patch
2024-01-22 15:23:39 +08:00

15 lines
482 B
Diff

--- a/build/moz.configure/init.configure
+++ b/build/moz.configure/init.configure
@@ -499,10 +499,7 @@
raw_os = os = os.replace("/", "_")
abi = None
sub_configure_alias = triplet
- if "android" in os:
- canonical_os = "Android"
- canonical_kernel = "Linux"
- elif os.startswith("linux"):
+ if os.startswith("linux"):
canonical_os = "GNU"
canonical_kernel = "Linux"
elif os.startswith("kfreebsd") and os.endswith("-gnu"):