From d93446ffe95a593a3d472ddc8615685025644c1c Mon Sep 17 00:00:00 2001 From: Weisson Date: Fri, 19 Jan 2024 11:27:18 +0800 Subject: [PATCH] libxcrypt is not robust enough to set werror flag for gcc-10. Signed-off-by: Weisson --- libxcrypt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 3bd50ad..f2e741e 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.4 +%define anolis_release .0.5 # Shared object version of libcrypt. %global soc 1 %global sol 1 @@ -132,6 +132,7 @@ Doc pages for %{name}. --enable-shared \ --enable-static \ --disable-failure-tokens \ + --disable-werror \ --enable-hashes=all \ --enable-obsolete-api=glibc \ --with-pkgconfigdir=%{_libdir}/pkgconfig @@ -195,6 +196,9 @@ Doc pages for %{name}. %doc %{_pkgdocdir}/THANKS %changelog +* Fri Jan 19 2024 Weisson - 4.1.1-6.0.5 +- libxcrypt is not robust enough to set werror flag for gcc-10. + * Fri Jun 30 2023 wuxiat - 4.1.1-6.0.4 - add sw patch -- Gitee