thunderbird: Fix ppc64el port unavailable option.
This commit is contained in:
parent
3b7c77c43e
commit
bf020b5225
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue