Accepting request 813798 from home:mnhauke:network

- Set CFLAGS+=-fcommon

OBS-URL: https://build.opensuse.org/request/show/813798
OBS-URL: https://build.opensuse.org/package/show/network:utilities/ipv6toolkit?expand=0&rev=5
This commit is contained in:
Martin Hauke 2020-06-19 16:00:40 +00:00 committed by Git OBS Bridge
parent 06c8022d23
commit 5b745d4804
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> Tue Dec 18 12:51:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,6 +1,7 @@
# #
# spec file for package ipv6toolkit # spec file for package ipv6toolkit
# #
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2018, Martin Hauke <mardnh@gmx.de> # Copyright (c) 2018, Martin Hauke <mardnh@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: ipv6toolkit
Version: 2.0 Version: 2.0
Release: 0 Release: 0
@ -59,7 +61,7 @@ List of tools:
%setup -q -n %{name}-v%{version} %setup -q -n %{name}-v%{version}
%build %build
export CFLAGS='%{optflags}' export CFLAGS='%{optflags} -fcommon'
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install