Accepting request 890324 from graphics
- disable SIMD for armv6hl, not available (forwarded request 890322 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/890324 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=57
This commit is contained in:
commit
3e2a0d73ed
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 4 11:12:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- disable SIMD for armv6hl, not available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 26 15:30:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Mon Apr 26 15:30:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -114,6 +114,9 @@ MYCFLAGS="$MYCFLAGS -O0 -g"
|
|||||||
%if %{debug_build} || %{asan_build}
|
%if %{debug_build} || %{asan_build}
|
||||||
-DCMAKE_BUILD_TYPE=DEBUG \
|
-DCMAKE_BUILD_TYPE=DEBUG \
|
||||||
-DCMAKE_C_FLAGS_DEBUG="$MYCFLAGS" \
|
-DCMAKE_C_FLAGS_DEBUG="$MYCFLAGS" \
|
||||||
|
%endif
|
||||||
|
%ifarch armv6l armv6hl
|
||||||
|
-DWITH_SIMD=FALSE \
|
||||||
%endif
|
%endif
|
||||||
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
|
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
|
||||||
-DENABLE_STATIC=OFF \
|
-DENABLE_STATIC=OFF \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user