commit 690f7f3a604da878c8d03518c17124994071ad6b
Author: Jakub Bogusz <[email protected]>
Date:   Tue Feb 5 16:37:43 2013 +0100

    - build seems racy, use make -j1

 miniupnpd.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/miniupnpd.spec b/miniupnpd.spec
index 0bc0a12..13970b2 100644
--- a/miniupnpd.spec
+++ b/miniupnpd.spec
@@ -29,7 +29,7 @@ Mały demon UPnP.
 %setup -q
 
 %build
-%{__make} -f Makefile.linux \
+%{__make} -f Makefile.linux -j1 \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -fno-strict-aliasing -Wall -D_GNU_SOURCE 
-DIPTABLES_143" \
        LIBS="-lip4tc -lip6tc"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/miniupnpd.git/commitdiff/690f7f3a604da878c8d03518c17124994071ad6b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to