[packages/Lunchbox] - disable -Werror to be able to build with modern gcc - rel 2

baggins baggins at pld-linux.org
Sat Apr 20 23:31:02 CEST 2019


commit 87a51c8c548ccbd91e1d14ac87ee9a454f71a121
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Apr 20 23:30:50 2019 +0200

    - disable -Werror to be able to build with modern gcc
    - rel 2

 Lunchbox.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/Lunchbox.spec b/Lunchbox.spec
index affdaba..939c366 100644
--- a/Lunchbox.spec
+++ b/Lunchbox.spec
@@ -8,7 +8,7 @@ Summary:	Lunchbox - C++ library for multi-threading programming
 Summary(pl.UTF-8):	Lunchbox - biblioteka C++ do programowania wielowątkowego
 Name:		Lunchbox
 Version:	1.15.0
-Release:	1
+Release:	2
 License:	LGPL v2.1
 Group:		Libraries
 Source0:	https://github.com/Eyescale/Lunchbox/archive/%{version}/%{name}-%{version}.tar.gz
@@ -90,6 +90,7 @@ install -d build
 cd build
 %cmake .. \
 	-DBUILDYARD_DISABLED=ON \
+	-DCOMMON_DISABLE_WERROR:BOOL=ON \
 	%{!?with_mpi:-DCMAKE_DISABLE_FIND_PACKAGE_MPI=ON} \
 	%{!?with_skv:-DCMAKE_DISABLE_FIND_PACKAGE_skv=ON}
 %{__make}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Lunchbox.git/commitdiff/87a51c8c548ccbd91e1d14ac87ee9a454f71a121



More information about the pld-cvs-commit mailing list