From c702e10456255c671375d1644a8f11eb443a690d92438d0ed4a95bfa4072b7cf Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 16 Jan 2024 07:58:20 +0000 Subject: [PATCH] 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 --- libjpeg-turbo.changes | 5 +++++ libjpeg-turbo.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libjpeg-turbo.changes b/libjpeg-turbo.changes index 39fdd8c..407b82d 100644 --- a/libjpeg-turbo.changes +++ b/libjpeg-turbo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 15 15:56:37 UTC 2024 - Andreas Schwab + +- Do not require SIMD support when it does not exist + ------------------------------------------------------------------- Mon Jan 1 20:58:26 UTC 2024 - Dirk Müller diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index 3fc6d9b..617cea8 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -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" \