Accepting request 1138991 from home:Andreas_Schwab:Factory

- Do not require SIMD support when it does not exist

OBS-URL: https://build.opensuse.org/request/show/1138991
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=151
This commit is contained in:
Petr Gajdos 2024-01-16 07:58:20 +00:00 committed by Git OBS Bridge
parent 3b2538be6e
commit c702e10456
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 15 15:56:37 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Do not require SIMD support when it does not exist
-------------------------------------------------------------------
Mon Jan 1 20:58:26 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -145,7 +145,8 @@ MYCFLAGS="$MYCFLAGS -O0 -g"
%endif
%ifarch armv6l armv6hl
-DWITH_SIMD=FALSE \
%else
%endif
%ifarch x86_64 %{ix86} aarch64 ppc64le
-DREQUIRE_SIMD=TRUE \
%endif
-DCMAKE_SHARED_LINKER_FLAGS="$MYLDFLAGS" \