Accepting request 890322 from home:dirkmueller:Factory

- disable SIMD for armv6hl, not available

OBS-URL: https://build.opensuse.org/request/show/890322
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=120
This commit is contained in:
Petr Gajdos 2021-05-04 11:15:25 +00:00 committed by Git OBS Bridge
parent d1a11cd0b1
commit ba50c0c1ed
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 \