From 0fcc524c20318500cdf4561585b6e3b658af94b6129d2f40fb2badeec0de3ef8 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 5 Apr 2022 06:32:10 +0000 Subject: [PATCH] Disable native compilation if there is no libgccjit avaible OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=322 --- emacs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index 2aa92d5..cef8830 100644 --- a/emacs.spec +++ b/emacs.spec @@ -16,12 +16,13 @@ # -%bcond_without nativecomp %bcond_without autoconf %if 0%{?suse_version} >= 1550 %bcond_without mailutils +%bcond_without nativecomp %else %bcond_with mailutils +%bcond_with nativecomp %endif %bcond_without cairo %bcond_with tex4pdf