From 97310fd55f81b041992c17bfd8a6036294f07417 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 22 Jun 2013 13:13:29 +0300 Subject: [PATCH] disable ccache, spaces in CXX do not work correctly --- opencv.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opencv.spec b/opencv.spec index 80ef699..7828b76 100644 --- a/opencv.spec +++ b/opencv.spec @@ -110,6 +110,9 @@ BuildRequires: gtk+2-devel >= 2.0 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# build broken, can't find g++ +%undefine with_ccache + %description OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real time computer vision. -- 2.43.0