Fix icedove helper for aramo release.

This commit is contained in:
Luis Guzman 2022-04-10 23:31:15 -05:00
parent 3aebc20e62
commit 9de4046ed2

View file

@ -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 ## Add other archs that might present the same lack of disable-eme option
cat << ARCH >> debian/config/mozconfig.in cat << ARCH >> debian/config/mozconfig.in
%%if DEB_HOST_ARCH != armhf %%if DEB_HOST_ARCH != armhf
%%if DEB_HOST_ARCH != arm64
ac_add_options --disable-eme ac_add_options --disable-eme
%%endif %%endif
%%endif
ARCH ARCH
######################################################## ########################################################