From c710c71ce69d2e71b1ca8ddeb6c8a3ed984a53b237cd7c41154f6da931a7d7e6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 6 Mar 2014 09:34:51 +0000 Subject: [PATCH] Accepting request 224668 from home:coolo:branches:openSUSE:Factory - disable parallel make - it takes too much memory and OBS swaps OBS-URL: https://build.opensuse.org/request/show/224668 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=14 --- aegisub.changes | 5 +++++ aegisub.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aegisub.changes b/aegisub.changes index 59970b1..f943ff8 100644 --- a/aegisub.changes +++ b/aegisub.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 4 18:51:25 UTC 2014 - coolo@suse.com + +- disable parallel make - it takes too much memory and OBS swaps + ------------------------------------------------------------------- Thu Jan 23 14:43:50 UTC 2014 - reddwarf@opensuse.org diff --git a/aegisub.spec b/aegisub.spec index cf055cb..8f799b1 100644 --- a/aegisub.spec +++ b/aegisub.spec @@ -75,7 +75,8 @@ autoreconf -fi # Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html %configure --with-player-audio=PulseAudio \ --without-oss -make %{?_smp_mflags} +# parallel make takes too much memory +make -j1 %install cd aegisub