- Turn off -Werror.

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/putty?expand=0&rev=46
This commit is contained in:
Jan Engelhardt 2018-03-03 16:14:17 +00:00 committed by Git OBS Bridge
parent 8d2ead90ce
commit db72ce527b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 3 16:13:59 UTC 2018 - jengelh@inai.de
- Turn off -Werror.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 14 18:31:53 UTC 2017 - jengelh@inai.de Thu Dec 14 18:31:53 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package putty # spec file for package putty
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -49,6 +49,7 @@ serial console client.
%patch -P 1 -P 3 -p1 %patch -P 1 -P 3 -p1
%build %build
export CFLAGS="%optflags -Wno-error"
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
make %{?_smp_mflags} -C icons cicons pngs make %{?_smp_mflags} -C icons cicons pngs