Accepting request 1139079 from graphics

- Do not require SIMD support when it does not exist (forwarded request 1138991 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1139079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=71
This commit is contained in:
Ana Guerrero 2024-01-16 20:36:48 +00:00 committed by Git OBS Bridge
commit 3941578c3f
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" \