From 44d47c73f36d37554e43061030a8b5bad9db2e1e289aec4de9c44f7f1947bd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Jun 2017 06:25:10 +0000 Subject: [PATCH] - Disable werror OBS-URL: https://build.opensuse.org/package/show/network/libisds?expand=0&rev=13 --- libisds.changes | 5 +++++ libisds.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libisds.changes b/libisds.changes index 2aa71eb..3d6594b 100644 --- a/libisds.changes +++ b/libisds.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 4 06:26:27 UTC 2017 - tchvatal@suse.com + +- Disable werror + ------------------------------------------------------------------- Thu Oct 20 11:57:02 UTC 2016 - jslaby@suse.com diff --git a/libisds.spec b/libisds.spec index 8d59d85..ae7061d 100644 --- a/libisds.spec +++ b/libisds.spec @@ -1,7 +1,7 @@ # # spec file for package libisds # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -67,6 +67,7 @@ developing applications that use %{name}. %build %configure \ + --disable-fatalwarnings \ --disable-static \ --enable-test \ --with-libcurl \