]> git.pld-linux.org Git - packages/opencv.git/commitdiff
disable ccache, spaces in CXX do not work correctly auto/th/opencv-2.4.5-3
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Jun 2013 10:13:29 +0000 (13:13 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Jun 2013 10:13:29 +0000 (13:13 +0300)
opencv.spec

index 80ef6998a3bc6b16f97f106623461a8e0512038f..7828b76af970e3bd3bd8b8fe96c6d2185d072c6b 100644 (file)
@@ -110,6 +110,9 @@ BuildRequires:      gtk+2-devel >= 2.0
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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.
 %description
 OpenCV (Open Source Computer Vision) is a library of programming
 functions mainly aimed at real time computer vision.
This page took 0.108344 seconds and 4 git commands to generate.