[packages/riemann-c-client] - disable silent-rules - use make -j1 because of CC/GEN race - release 2

qboosh qboosh at pld-linux.org
Sun Jun 14 11:16:40 CEST 2015


commit 1f64b3b5914d7400bec6d61b0781896e317d1729
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 14 11:17:26 2015 +0200

    - disable silent-rules
    - use make -j1 because of CC/GEN race
    - release 2

 riemann-c-client.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/riemann-c-client.spec b/riemann-c-client.spec
index 62e72ed..c47c8a2 100644
--- a/riemann-c-client.spec
+++ b/riemann-c-client.spec
@@ -6,7 +6,7 @@ Summary:	Riemann client library
 Summary(pl.UTF-8):	Biblioteka kliencka Riemann
 Name:		riemann-c-client
 Version:	1.8.0
-Release:	1
+Release:	2
 License:	LGPL v3+
 Group:		Libraries
 Source0:	https://github.com/algernon/riemann-c-client/archive/%{name}-%{version}.tar.gz
@@ -68,8 +68,11 @@ Statyczna biblioteka riemann-client.
 %{__autoheader}
 %{__automake}
 %configure \
+	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static}
-%{__make}
+
+# -j1: compile/generation race on riemann/proto/riemann.pb-c.h file
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/riemann-c-client.git/commitdiff/1f64b3b5914d7400bec6d61b0781896e317d1729



More information about the pld-cvs-commit mailing list