forked from pool/mozjs102
Accepting request 1006421 from home:favogt:branches:GNOME:Factory
- Adjust name of ICU data file to fix build on big-endian platforms OBS-URL: https://build.opensuse.org/request/show/1006421 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mozjs102?expand=0&rev=5
This commit is contained in:
parent
2b1e251930
commit
5e31f5ae7a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 14:13:15 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Adjust name of ICU data file to fix build on big-endian platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 20 07:41:19 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Sep 20 07:41:19 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -199,10 +199,10 @@ autoconf-2.13
|
|||||||
--disable-jemalloc
|
--disable-jemalloc
|
||||||
|
|
||||||
%if 0%{?big_endian}
|
%if 0%{?big_endian}
|
||||||
echo "Generate big endian version of config/external/icu/data/icud69l.dat"
|
echo "Generate big endian version of config/external/icu/data/icud71l.dat"
|
||||||
pushd ../..
|
pushd ../..
|
||||||
/usr/sbin/icupkg -tb config/external/icu/data/icudt69l.dat config/external/icu/data/icudt69b.dat
|
/usr/sbin/icupkg -tb config/external/icu/data/icudt71l.dat config/external/icu/data/icudt71b.dat
|
||||||
rm -f config/external/icu/data/icudt*l.dat
|
rm config/external/icu/data/icudt*l.dat
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user