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:
Bjørn Lie 2022-09-27 20:19:05 +00:00 committed by Git OBS Bridge
parent 2b1e251930
commit 5e31f5ae7a
2 changed files with 8 additions and 3 deletions

View File

@ -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>

View File

@ -199,10 +199,10 @@ autoconf-2.13
--disable-jemalloc
%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 ../..
/usr/sbin/icupkg -tb config/external/icu/data/icudt69l.dat config/external/icu/data/icudt69b.dat
rm -f config/external/icu/data/icudt*l.dat
/usr/sbin/icupkg -tb config/external/icu/data/icudt71l.dat config/external/icu/data/icudt71b.dat
rm config/external/icu/data/icudt*l.dat
popd
%endif