commit 10cdc5f2869f8f340b5e66c9590547fb09e92591
Author: Jan Palus <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to