wok-6.x rev 20255
firefox, thunderbird: try to force i686
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 13 21:40:37 2018 +0100 (2018-03-13) |
parents | c636d36601ac |
children | 30ac9545e0c9 |
files | firefox/receipt firefox/stuff/mozconfig thunderbird/receipt thunderbird/stuff/mozconfig |
line diff
1.1 --- a/firefox/receipt Mon Mar 12 22:19:24 2018 +0100 1.2 +++ b/firefox/receipt Tue Mar 13 21:40:37 2018 +0100 1.3 @@ -44,7 +44,7 @@ 1.4 fn1="$tarpath/firefox-${VERSION%esr}.en-US.linux-$ARCH.tar.bz2" 1.5 fn2="$tarpath/firefox-${VERSION%esr}.en-US.linux-i686.tar.bz2" 1.6 [ -e "$fn1" ] && tarball="$fn1" && echo "$ARCH tarball found" 1.7 - [ -e "$fn2" ] && tarball="$fn2" && echo "$(uname -m) tarball found" 1.8 + [ -e "$fn2" ] && tarball="$fn2" && echo "i686 tarball found" 1.9 [ -z "$tarball" ] && echo "ERROR: tarball not found" && exit 1 1.10 # extract tarball 1.11 mkdir -p $install/usr/lib/firefox-$VERSION &&
2.1 --- a/firefox/stuff/mozconfig Mon Mar 12 22:19:24 2018 +0100 2.2 +++ b/firefox/stuff/mozconfig Tue Mar 13 21:40:37 2018 +0100 2.3 @@ -101,3 +101,6 @@ 2.4 ac_add_options --disable-gconf 2.5 #ac_add_options --enable-system-cairo # crash 2.6 ac_add_options --disable-logging 2.7 + 2.8 +ac_add_options --host=i686-pc-linux-gnu 2.9 +ac_add_options --target=i686-pc-linux-gnu
3.1 --- a/thunderbird/receipt Mon Mar 12 22:19:24 2018 +0100 3.2 +++ b/thunderbird/receipt Tue Mar 13 21:40:37 2018 +0100 3.3 @@ -46,7 +46,7 @@ 3.4 fn1="$tarpath/thunderbird-${VERSION%esr}.en-US.linux-$ARCH.tar.bz2" 3.5 fn2="$tarpath/thunderbird-${VERSION%esr}.en-US.linux-i686.tar.bz2" 3.6 [ -e "$fn1" ] && tarball="$fn1" && echo "$ARCH tarball found" 3.7 - [ -e "$fn2" ] && tarball="$fn2" && echo "$(uname -m) tarball found" 3.8 + [ -e "$fn2" ] && tarball="$fn2" && echo "i686 tarball found" 3.9 [ -z "$tarball" ] && echo "ERROR: tarball not found" && exit 1 3.10 # extract tarball 3.11 mkdir -p $install/usr/lib/thunderbird-$VERSION &&
4.1 --- a/thunderbird/stuff/mozconfig Mon Mar 12 22:19:24 2018 +0100 4.2 +++ b/thunderbird/stuff/mozconfig Tue Mar 13 21:40:37 2018 +0100 4.3 @@ -89,3 +89,6 @@ 4.4 ac_add_options --disable-gconf 4.5 #ac_add_options --enable-system-cairo # crash 4.6 ac_add_options --disable-logging 4.7 + 4.8 +ac_add_options --host=i686-pc-linux-gnu 4.9 +ac_add_options --target=i686-pc-linux-gnu