SHA256
1
0
forked from pool/putty

Accepting request 582221 from X11:Utilities

- Turn off -Werror.

OBS-URL: https://build.opensuse.org/request/show/582221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/putty?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2018-03-05 12:43:03 +00:00 committed by Git OBS Bridge
commit 87e37ef59d
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