From 80d15729a64c3a6435f3734e4b41de327c9a378e Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Mon, 12 Jul 2021 16:29:57 +0200 Subject: [PATCH] Disable gcrypt in RHEL The libgcrypt functionality is used only by the AFP backend which is not built on RHEL, but it is still required from meson.build, regardless of the -Dafp=false option. Let's add the -Dgcrypt=false option to fix this. --- gvfs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gvfs.spec b/gvfs.spec index fd574d7..7fdea36 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -235,6 +235,7 @@ the functionality of the installed gvfs package. %if 0%{?rhel} >= 9 -Darchive=false \ -Dafp=false \ + -Dgcrypt=false \ %endif %{nil} %meson_build