]> git.pld-linux.org Git - packages/bctoolbox.git/commitdiff
- turn off ENABLE_STRICT (because of mbedtls vs gcc 11 -Werror=stringop-overflow) auto/th/bctoolbox-4.5.15-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jun 2021 17:48:45 +0000 (19:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jun 2021 17:48:45 +0000 (19:48 +0200)
bctoolbox.spec

index a7eba17a643df32846dade85f388740449d1a7ce..c7191c630d092654444e7d04c356b54ccee6a34c 100644 (file)
@@ -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}
 
This page took 0.17983 seconds and 4 git commands to generate.