From 10cdc5f2869f8f340b5e66c9590547fb09e92591 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 21 May 2022 15:10:08 +0200 Subject: [PATCH] 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} -- 2.44.0