Accepting request 868412 from M17N
OBS-URL: https://build.opensuse.org/request/show/868412 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=106
This commit is contained in:
commit
46da77f1cb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 15:25:13 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Do not build in parallel for reproducible build results (boo#1102408)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 26 08:18:51 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
Mon Oct 26 08:18:51 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -222,7 +222,8 @@ autoreconf -fi
|
|||||||
--enable-surrounding-text \
|
--enable-surrounding-text \
|
||||||
--libexecdir=%{_libdir}/ibus
|
--libexecdir=%{_libdir}/ibus
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
# non-parallel to have reproducible results in spite of non-deterministic build scripts https://github.com/ibus/ibus/issues/2272
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user