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:
Dominique Leuenberger 2021-05-07 14:44:53 +00:00 committed by Git OBS Bridge
commit 3e2a0d73ed
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -114,6 +114,9 @@ MYCFLAGS="$MYCFLAGS -O0 -g"
%if %{debug_build} || %{asan_build}
-DCMAKE_BUILD_TYPE=DEBUG \
-DCMAKE_C_FLAGS_DEBUG="$MYCFLAGS" \
%endif
%ifarch armv6l armv6hl
-DWITH_SIMD=FALSE \
%endif
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \
-DENABLE_STATIC=OFF \