]> git.pld-linux.org Git - packages/zeromq.git/commitdiff
disable -Werror to fix build with gcc >= 11
authorJan Palus <atler@pld-linux.org>
Sat, 21 May 2022 13:10:08 +0000 (15:10 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 21 May 2022 13:10:08 +0000 (15:10 +0200)
zeromq.spec

index e79da63ab9d8675fa861ba5cbb20a5bb6352456e..33d4a4140d2b9243454b810357c927cd1b268ec4 100644 (file)
@@ -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}
This page took 0.1558 seconds and 4 git commands to generate.