]> git.pld-linux.org Git - packages/Lunchbox.git/commitdiff
- disable -Werror to be able to build with modern gcc auto/th/Lunchbox-1.15.0-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 20 Apr 2019 21:30:50 +0000 (23:30 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 20 Apr 2019 21:30:50 +0000 (23:30 +0200)
- rel 2

Lunchbox.spec

index affdaba2176d0c9eb441ba242af252af5b687d0b..939c36604757a98bd25d746706661134d072126f 100644 (file)
@@ -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}
This page took 0.096166 seconds and 4 git commands to generate.