From 87a51c8c548ccbd91e1d14ac87ee9a454f71a121 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 20 Apr 2019 23:30:50 +0200 Subject: [PATCH] - 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} -- 2.43.0