From 9de4046ed2428aa9eb77f2a39584e55109524f1f Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Sun, 10 Apr 2022 23:31:15 -0500 Subject: [PATCH] Fix icedove helper for aramo release. --- helpers/make-thunderbird | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird index 4306a48d..78e2151f 100644 --- a/helpers/make-thunderbird +++ b/helpers/make-thunderbird @@ -124,8 +124,10 @@ sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in ## Add other archs that might present the same lack of disable-eme option cat << ARCH >> debian/config/mozconfig.in %%if DEB_HOST_ARCH != armhf +%%if DEB_HOST_ARCH != arm64 ac_add_options --disable-eme %%endif +%%endif ARCH ######################################################## -- GitLab