]> git.pld-linux.org Git - packages/python-pyilmbase.git/commitdiff
- use non-parallel build to avoid OOM auto/th/python-pyilmbase-2.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2013 12:12:36 +0000 (14:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2013 12:12:36 +0000 (14:12 +0200)
python-pyilmbase.spec

index 1ccaaa411f31ec0bd81a152d1b10c245c634d7ce..feba471a8b421b96023fc655a6192d9841516d29 100644 (file)
@@ -58,7 +58,8 @@ Pliki nagłówkowe wiązań Pyhona do bibliotek IlmBase.
 %{__automake}
 %configure
 
-%{__make}
+# g++ eats a lot of memory, don't run many in parallel
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.083713 seconds and 4 git commands to generate.