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:
parent
5bcda20521
commit
c710c71ce6
@ -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
|
Thu Jan 23 14:43:50 UTC 2014 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -75,7 +75,8 @@ autoreconf -fi
|
|||||||
# Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html
|
# Don't use --disable-update-checker because of http://blog.aegisub.org/2012/02/bit-of-statistics.html
|
||||||
%configure --with-player-audio=PulseAudio \
|
%configure --with-player-audio=PulseAudio \
|
||||||
--without-oss
|
--without-oss
|
||||||
make %{?_smp_mflags}
|
# parallel make takes too much memory
|
||||||
|
make -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd aegisub
|
cd aegisub
|
||||||
|
Loading…
Reference in New Issue
Block a user