From 9bf1bca7d92f21e70d30055f3fadca516cd7ee63 Mon Sep 17 00:00:00 2001 From: jchzhou Date: Sun, 28 Sep 2025 14:39:38 +0800 Subject: [PATCH] add a workaround for building issues with newer compilers --- gnupg2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnupg2.spec b/gnupg2.spec index bf4ec29..ca707d1 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.4.3 -Release: 11 +Release: 12 Summary: Utility for secure communication and data storage License: GPLv3+ @@ -87,7 +87,7 @@ sed -i 's/development_version=yes/development_version=no/' configure --enable-large-secmem \ --enable-sm2 -%make_build +%make_build CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration" CXXFLAGS="$CXXFLAGS -Wno-error=implicit-function-declaration" %install %make_install @@ -134,6 +134,9 @@ make check %changelog +* Sun Sep 28 2025 jchzhou - 2.4.3-12 +- add a workaround for building issues with newer compilers + * Thu Aug 21 2025 yixiangzhike - 2.4.3-11 - fix read buffer over-read in uncompress_ecc_q_in_canon_sexp -- Gitee