]> git.pld-linux.org Git - packages/Lunchbox.git/blobdiff - Lunchbox.spec
- disable -Werror to be able to build with modern gcc
[packages/Lunchbox.git] / 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.176649 seconds and 4 git commands to generate.