[packages/zeromq] disable -Werror to fix build with gcc >= 11

atler atler at pld-linux.org
Sat May 21 15:10:37 CEST 2022


commit 10cdc5f2869f8f340b5e66c9590547fb09e92591
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat May 21 15:10:08 2022 +0200

    disable -Werror to fix build with gcc >= 11

 zeromq.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/zeromq.spec b/zeromq.spec
index e79da63..33d4a41 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -139,7 +139,8 @@ wykorzystujących interfejs C++ do ØMQ.
 	--with-libsodium \
 	%{?with_norm:--with-norm} \
 	%{?with_pgm:--with-pgm} \
-	%{?with_gnutls:--with-tls}
+	%{?with_gnutls:--with-tls} \
+	--disable-Werror
 %{__make}
 
 %if %{with tests}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zeromq.git/commitdiff/10cdc5f2869f8f340b5e66c9590547fb09e92591



More information about the pld-cvs-commit mailing list