[packages/libsmb2] - disable -Werror (build with gcc 11 fails on -Werror=array-parameter=)

qboosh qboosh at pld-linux.org
Sun Jan 30 20:46:32 CET 2022


commit 32860e1f5f12bcf89141c27b65cfeaa755d9e682
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 30 20:47:54 2022 +0100

    - disable -Werror (build with gcc 11 fails on -Werror=array-parameter=)

 libsmb2.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libsmb2.spec b/libsmb2.spec
index b102e25..cc2e77d 100644
--- a/libsmb2.spec
+++ b/libsmb2.spec
@@ -69,6 +69,7 @@ Statyczna biblioteka libsmb2.
 %{__automake}
 %configure \
 	%{!?with_static_libs:--disable-static} \
+	--disable-werror \
 	%{!?with_kerberos5:--without-libkrb5}
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsmb2.git/commitdiff/32860e1f5f12bcf89141c27b65cfeaa755d9e682



More information about the pld-cvs-commit mailing list