[packages/udt] - build is racy, use -j1; release 2

qboosh qboosh at pld-linux.org
Thu Dec 11 21:54:13 CET 2014


commit c7bcc43834c3c2e840fbd8278bd80cafdc707029
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Dec 11 21:54:43 2014 +0100

    - build is racy, use -j1; release 2

 udt.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/udt.spec b/udt.spec
index 0de37aa..773b0bb 100644
--- a/udt.spec
+++ b/udt.spec
@@ -2,7 +2,7 @@ Summary:	UDP-based Data Transfer library
 Summary(pl.UTF-8):	UDT (UDP-based Data Transfer) - biblioteka transportu danych w oparciu o UDP
 Name:		udt
 Version:	4.11
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/udt/udt.sdk.%{version}.tar.gz
@@ -72,7 +72,7 @@ Dokumentacja API biblioteki UDT.
 %{__sed} -i -e '/^CCFLAGS/s/ -O3/ %{rpmcxxflags}/;s/^C++ = .*/C++ = %{__cxx}/' src/Makefile app/Makefile
 
 %build
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/udt.git/commitdiff/c7bcc43834c3c2e840fbd8278bd80cafdc707029



More information about the pld-cvs-commit mailing list