[packages/iptables] - parallel build is broken
baggins
baggins at pld-linux.org
Sat Apr 9 15:50:23 CEST 2016
commit 8b34696c1918327cfafbc89401e5b64d8097e082
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Apr 9 22:50:03 2016 +0900
- parallel build is broken
iptables.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/iptables.spec b/iptables.spec
index d9147e2..e334dbb 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -224,7 +224,7 @@ iptables(8).
%{?with_pcap:--enable-nfsynproxy} \
%{?with_static:--enable-static}
-%{__make} all \
+%{__make} -j1 all \
V=1
%if %{with doc}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iptables.git/commitdiff/8b34696c1918327cfafbc89401e5b64d8097e082
More information about the pld-cvs-commit
mailing list