Accepting request 174953 from KDE:Distro:Factory

- Disable SSE3 for all architectures (bnc#814333) (forwarded request 174949 from sumski)

OBS-URL: https://build.opensuse.org/request/show/174953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=41
This commit is contained in:
Stephan Kulow
2013-05-16 16:12:20 +00:00
committed by Git OBS Bridge
parent 5d07339535
commit 257dc063ce
2 changed files with 16 additions and 0 deletions

View File

@@ -131,6 +131,11 @@ cmake -DCMAKE_BUILD_TYPE=Release \
-DWITH_OPENGL=ON \
-DWITH_UNICAP=ON \
-DWITH_XINE=ON \
%ifnarch x86_64
-DENABLE_SSE=0 \
-DENABLE_SSE2=0 \
%endif
-DENABLE_SSE3=0 \
..
make %{?_smp_mflags} VERBOSE=1