0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-28 23:02:38 +00:00
Files
termux-packages/x11-packages/thunderbird/0033-skip-check-checksums-of-vendored-sources.patch
2025-08-21 14:01:33 +08:00

23 lines
556 B
Diff

--- a/comm/suite/Makefile.in
+++ b/comm/suite/Makefile.in
@@ -26,7 +26,7 @@
vendored-rust-check:
-ifdef MOZ_THUNDERBIRD_RUST
+ifeq (0,1)
@echo "Checking vendored Rust libs"
$(PYTHON3) $(commtopsrcdir)/python/rocbuild/rocbuild/rust.py verify_vendored_dependencies
endif
--- a/comm/mail/Makefile.in
+++ b/comm/mail/Makefile.in
@@ -25,7 +25,7 @@
vendored-rust-check:
-ifdef MOZ_THUNDERBIRD_RUST
+ifeq (0,1)
@echo "Checking vendored Rust libs"
$(PYTHON3) $(commtopsrcdir)/python/rocbuild/rocbuild/rust.py verify_vendored_dependencies
endif