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
This commit is contained in:
Sascha Peilicke 2014-03-06 09:34:51 +00:00 committed by Git OBS Bridge
parent 5bcda20521
commit c710c71ce6
2 changed files with 7 additions and 1 deletions

View File

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

View File

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