Dominique Leuenberger 2020-06-24 13:48:13 +00:00 committed by Git OBS Bridge
commit 8ad651f6ac
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 7 20:08:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Set CFLAGS+=-fcommon
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 25 10:40:32 UTC 2019 - Martin Hauke <mardnh@gmx.de> Mon Feb 25 10:40:32 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package fwknop # spec file for package fwknop
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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
@ -80,6 +80,7 @@ scheme called Single Packet Authorization (SPA).
%setup -q %setup -q
%build %build
export CFLAGS="%optflags -fcommon"
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}