From 8c68605e1df9eedf8fee3fea036c687611cc5c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 11 May 2023 22:30:42 +0100 Subject: [PATCH] Disable tests, even only tests, fail to build and generate build.log with millions of logs lines saying: *** stack smashing detected ***: terminated cat build.log | grep smashing | wc -l 118308609 --- opencv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index 9cb509e..a883498 100644 --- a/opencv.spec +++ b/opencv.spec @@ -1,6 +1,6 @@ %undefine __cmake_in_source_build -%bcond_without tests +%bcond_with tests %if %{without tests} %bcond_with extras_tests %else