big endian fix
This commit is contained in:
parent
009c3fc7a6
commit
07987149e6
14
firefox.spec
14
firefox.spec
@ -355,7 +355,7 @@ This package contains results of tests executed during build.
|
|||||||
#%patch45 -p1 -b .build-disable-multijobs-rust
|
#%patch45 -p1 -b .build-disable-multijobs-rust
|
||||||
# Patch for big endian platforms only
|
# Patch for big endian platforms only
|
||||||
%if 0%{?big_endian}
|
%if 0%{?big_endian}
|
||||||
%patch26 -p1 -b .icu
|
#%patch26 -p1 -b .icu
|
||||||
%endif
|
%endif
|
||||||
#%patch46 -p1 -b .nss-version
|
#%patch46 -p1 -b .nss-version
|
||||||
%patch47 -p1 -b .fedora-shebang
|
%patch47 -p1 -b .fedora-shebang
|
||||||
@ -517,12 +517,12 @@ export PATH=`pwd`/.cargo/bin:$PATH
|
|||||||
%endif
|
%endif
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
echo "Generate big endian version of config/external/icu/data/icudt67l.dat"
|
#echo "Generate big endian version of config/external/icu/data/icudt67l.dat"
|
||||||
%if 0%{?big_endian}
|
#%if 0%{?big_endian}
|
||||||
icupkg -tb config/external/icu/data/icudt67l.dat config/external/icu/data/icudt67b.dat
|
# icupkg -tb config/external/icu/data/icudt67l.dat config/external/icu/data/icudt67b.dat
|
||||||
ls -l config/external/icu/data
|
# ls -l config/external/icu/data
|
||||||
rm -f config/external/icu/data/icudt*l.dat
|
# rm -f config/external/icu/data/icudt*l.dat
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
mkdir %{_buildrootdir}/bin || :
|
mkdir %{_buildrootdir}/bin || :
|
||||||
cp %{SOURCE32} %{_buildrootdir}/bin || :
|
cp %{SOURCE32} %{_buildrootdir}/bin || :
|
||||||
|
Loading…
Reference in New Issue
Block a user