[packages/aircrack-ng] - parallel build does not work
baggins
baggins at pld-linux.org
Sun Jul 21 13:37:40 CEST 2013
commit 5c6bb60679d81b29f956c14ae747cbd67b2b72a2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Jul 21 13:37:26 2013 +0200
- parallel build does not work
aircrack-ng.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/aircrack-ng.spec b/aircrack-ng.spec
index 646094e..3a6150f 100644
--- a/aircrack-ng.spec
+++ b/aircrack-ng.spec
@@ -45,7 +45,7 @@ convert, etc.).
sed -i -e 's#-Werror -O3#$(PLDFLAGS)#g' common.mak
%build
-%{__make} \
+%{__make} -j1 \
CC="%{__cc}" \
PLDFLAGS="%{rpmcppflags} %{rpmcflags}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aircrack-ng.git/commitdiff/5c6bb60679d81b29f956c14ae747cbd67b2b72a2
More information about the pld-cvs-commit
mailing list