From dd349eda4c2f1cb3e618a2b5784b1dd4263f279e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 9 Mar 2019 15:40:15 +0000 Subject: [PATCH] libgcrypt: Make sure that we are building with libgpg-error >= 1.25 Signed-off-by: Michael Tremer --- libgcrypt/libgcrypt.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm index a0488a20c..7c322c05a 100644 --- a/libgcrypt/libgcrypt.nm +++ b/libgcrypt/libgcrypt.nm @@ -5,7 +5,7 @@ name = libgcrypt version = 1.8.1 -release = 1 +release = 2 groups = System/Libraries url = http://www.gnupg.org/ @@ -24,7 +24,7 @@ sources = %{thisapp}.tar.bz2 build requires gcc-c++ - libgpg-error-devel + libgpg-error-devel >= 1.25 end configure_options += \ -- 2.39.2