Accepting request 1006524 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1006524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozjs102?expand=0&rev=3
This commit is contained in:
commit
697205dcdb
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user