Skip to content
Snippets Groups Projects
Commit bf020b52 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

thunderbird: Fix ppc64el port unavailable option.

parent 3b7c77c4
No related branches found
No related tags found
No related merge requests found
Pipeline #555 failed
...@@ -125,9 +125,11 @@ sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in ...@@ -125,9 +125,11 @@ sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
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 %%if DEB_HOST_ARCH != arm64
%%if DEB_HOST_ARCH != ppc64el
ac_add_options --disable-eme ac_add_options --disable-eme
%%endif %%endif
%%endif %%endif
%%endif
ARCH ARCH
######################################################## ########################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment