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 \