From eff758a05cb638ffaeedb3818e066745c11a7124 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Sun, 14 Feb 2016 17:06:49 +0100 Subject: [PATCH] Remove Werror from compile flags --- zeromq.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zeromq.spec b/zeromq.spec index 4fa2220..2e84806 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -2,7 +2,7 @@ Name: zeromq Version: 4.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Software library for fast, message-based applications Group: System Environment/Libraries @@ -83,6 +83,9 @@ sed -i "s/openpgm-[0-9].[0-9]/%{openpgm_pc}/g" \ %build autoreconf -fi +# Don't turn warnings into errors +sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \ + configure %configure \ %if %{with pgm} --with-pgm \ @@ -130,6 +133,9 @@ make check V=1 %changelog +* Sun Feb 14 2016 Thomas Spura - 4.1.4-4 +- Remove Werror from compile flags + * Fri Feb 05 2016 Fedora Release Engineering - 4.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild