From: Jakub Bogusz Date: Mon, 14 Jun 2021 17:48:45 +0000 (+0200) Subject: - turn off ENABLE_STRICT (because of mbedtls vs gcc 11 -Werror=stringop-overflow) X-Git-Tag: auto/th/bctoolbox-4.5.15-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ef607d11b66df8e879b5dd566681a192d8dcfbfc;p=packages%2Fbctoolbox.git - turn off ENABLE_STRICT (because of mbedtls vs gcc 11 -Werror=stringop-overflow) --- diff --git a/bctoolbox.spec b/bctoolbox.spec index a7eba17..c7191c6 100644 --- a/bctoolbox.spec +++ b/bctoolbox.spec @@ -70,7 +70,8 @@ Statyczne biblioteki bctoolbox. install -d build cd build %cmake .. \ - %{!?with_static_libs:-DENABLE_STATIC=OFF} + %{!?with_static_libs:-DENABLE_STATIC=OFF} \ + -DENABLE_STRICT=OFF %{__make}