Accepting request 816039 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/816039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipv6toolkit?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-06-22 15:45:10 +00:00 committed by Git OBS Bridge
commit 7e1344ab3a
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 11 19:19:09 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Set CFLAGS+=-fcommon
-------------------------------------------------------------------
Tue Dec 18 12:51:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,6 +1,7 @@
#
# spec file for package ipv6toolkit
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -12,9 +13,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ipv6toolkit
Version: 2.0
Release: 0
@ -59,7 +61,7 @@ List of tools:
%setup -q -n %{name}-v%{version}
%build
export CFLAGS='%{optflags}'
export CFLAGS='%{optflags} -fcommon'
make %{?_smp_mflags}
%install