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.
This commit is contained in:
Ondrej Holy 2021-07-12 16:29:57 +02:00
parent 332d92deb5
commit 80d15729a6
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ the functionality of the installed gvfs package.
%if 0%{?rhel} >= 9 %if 0%{?rhel} >= 9
-Darchive=false \ -Darchive=false \
-Dafp=false \ -Dafp=false \
-Dgcrypt=false \
%endif %endif
%{nil} %{nil}
%meson_build %meson_build