[packages/bctoolbox] - disabling STRICT no longer required

qboosh qboosh at pld-linux.org
Thu Jun 17 18:08:14 CEST 2021


commit a3fd20ec509ec25e3d9cd05fedc30587d4806e35
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 17 18:10:57 2021 +0200

    - disabling STRICT no longer required

 bctoolbox.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/bctoolbox.spec b/bctoolbox.spec
index 7992202..fa160d6 100644
--- a/bctoolbox.spec
+++ b/bctoolbox.spec
@@ -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}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bctoolbox.git/commitdiff/a3fd20ec509ec25e3d9cd05fedc30587d4806e35



More information about the pld-cvs-commit mailing list