]> git.pld-linux.org Git - packages/bctoolbox.git/commitdiff
- disabling STRICT no longer required
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2021 16:10:57 +0000 (18:10 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2021 16:10:57 +0000 (18:10 +0200)
bctoolbox.spec

index 79922023ed4821724bc03d4e2bf720220afa3b5d..fa160d6d74692a989019e279134e938f060ca6ff 100644 (file)
@@ -70,8 +70,7 @@ Statyczne biblioteki bctoolbox.
 install -d build
 cd build
 %cmake .. \
-       %{!?with_static_libs:-DENABLE_STATIC=OFF} \
-       -DENABLE_STRICT=OFF
+       %{!?with_static_libs:-DENABLE_STATIC=OFF}
 
 %{__make}
 
This page took 0.467171 seconds and 4 git commands to generate.