From b67899205313ee73bd2dcbade704d7e354ce10ed00e20e2bf77b4d68a2fe6b2e Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 23 Nov 2022 11:16:30 +0000 Subject: [PATCH] - luajit was disabled for riscv64 ppc64 ppc64le, patch it here accordingly OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=131 --- gegl.changes | 6 ++++++ gegl.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/gegl.changes b/gegl.changes index cbb1018..10bca35 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 23 11:13:07 UTC 2022 - Marcus Rueckert + +- luajit was disabled for riscv64 ppc64 ppc64le, patch it here + accordingly + ------------------------------------------------------------------- Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel diff --git a/gegl.spec b/gegl.spec index 5d15b68..3c7f275 100644 --- a/gegl.spec +++ b/gegl.spec @@ -16,7 +16,12 @@ # +# This is based on the ExcludeArch in https://build.opensuse.org/package/show/openSUSE:Factory/luajit +%ifarch riscv64 ppc64 ppc64le +%bcond_with luajit +%else %bcond_without luajit +%endif %bcond_with gegl_docs