]> git.pld-linux.org Git - packages/python-pyilmbase.git/blobdiff - python-pyilmbase.spec
- use non-parallel build to avoid OOM
[packages/python-pyilmbase.git] / 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.088325 seconds and 4 git commands to generate.