Accepting request 262712 from M17N
- disable parallel build for install - not much gain and makes it less reliable OBS-URL: https://build.opensuse.org/request/show/262712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=64
This commit is contained in:
commit
da42863467
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 22 18:09:38 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- disable parallel build for install - not much gain and makes it
|
||||||
|
less reliable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 14 06:07:18 UTC 2014 - hillwood@linuxfans.org
|
Tue Oct 14 06:07:18 UTC 2014 - hillwood@linuxfans.org
|
||||||
|
|
||||||
|
@ -263,7 +263,7 @@ intltoolize -f
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make DESTDIR=%{buildroot} install -j1
|
||||||
|
|
||||||
# autostart
|
# autostart
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/
|
mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/
|
||||||
|
Loading…
Reference in New Issue
Block a user