projects
/
packages
/
python-pyilmbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e2a1e
)
- use non-parallel build to avoid OOM
auto/th/python-pyilmbase-2.0.1-1
author
Jakub Bogusz
<qboosh@pld-linux.org>
Sun, 14 Jul 2013 12:12:36 +0000
(14:12 +0200)
committer
Jakub Bogusz
<qboosh@pld-linux.org>
Sun, 14 Jul 2013 12:12:36 +0000
(14:12 +0200)
python-pyilmbase.spec
patch
|
blob
|
blame
|
history
diff --git
a/python-pyilmbase.spec
b/python-pyilmbase.spec
index 1ccaaa411f31ec0bd81a152d1b10c245c634d7ce..feba471a8b421b96023fc655a6192d9841516d29 100644
(file)
--- a/
python-pyilmbase.spec
+++ b/
python-pyilmbase.spec
@@
-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.103223 seconds
and
4
git commands to generate.