[packages/Servus] - disable -Werror to be able to build with modern gcc - rel 2
baggins
baggins at pld-linux.org
Sat Apr 20 23:26:32 CEST 2019
commit 2353467ccd49ff236caa676e1a36b7111d6879d8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Apr 20 23:25:54 2019 +0200
- disable -Werror to be able to build with modern gcc
- rel 2
Servus.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Servus.spec b/Servus.spec
index 687b85a..893d1d3 100644
--- a/Servus.spec
+++ b/Servus.spec
@@ -5,7 +5,7 @@
Summary: C++ network utility library that provides a zeroconf API, URI parsing and UUIDs.
Name: Servus
Version: 1.5.0
-Release: 1
+Release: 2
License: LGPL v3
Group: Libraries
Source0: https://github.com/HBPVIS/Servus/archive/%{version}/%{name}-%{version}.tar.gz
@@ -58,7 +58,8 @@ ln -s %{_datadir}/Eyescale-CMake CMake/common
install -d build
cd build
%cmake .. \
- -DBUILDYARD_DISABLED=ON
+ -DBUILDYARD_DISABLED=ON \
+ -DCOMMON_DISABLE_WERROR:BOOL=ON
%{__make}
%if %{with apidocs}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Servus.git/commitdiff/2353467ccd49ff236caa676e1a36b7111d6879d8
More information about the pld-cvs-commit
mailing list