Accepting request 816045 from network
OBS-URL: https://build.opensuse.org/request/show/816045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwknop?expand=0&rev=2
This commit is contained in:
commit
8ad651f6ac
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -80,6 +80,7 @@ scheme called Single Packet Authorization (SPA).
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="%optflags -fcommon"
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user