Fix icedove helper for aramo release.
This commit is contained in:
parent
3aebc20e62
commit
9de4046ed2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue