Accepting request 815510 from network
OBS-URL: https://build.opensuse.org/request/show/815510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bird?expand=0&rev=5
This commit is contained in:
commit
5f9ffa6a1b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 17 11:26:13 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Add -fcommon to allow building against GCC10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 18 19:14:22 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Wed Sep 18 19:14:22 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bird
|
# spec file for package bird
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -91,7 +91,7 @@ This package holds the HTML documentation.
|
|||||||
# gcc detects overflow in strncpy at proto/rip/packets.c:215:5
|
# gcc detects overflow in strncpy at proto/rip/packets.c:215:5
|
||||||
# but it's false alarm, relax gcc (-D_FORTIFY_SOURCE=1)
|
# but it's false alarm, relax gcc (-D_FORTIFY_SOURCE=1)
|
||||||
# see http://bird.network.cz/pipermail/bird-users/2016-May/010380.html
|
# see http://bird.network.cz/pipermail/bird-users/2016-May/010380.html
|
||||||
export CFLAGS="${RPM_OPT_FLAGS//-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=0} -fpic -DPIC -fno-strict-aliasing -Wno-parentheses -Wno-pointer-sign"
|
export CFLAGS="${RPM_OPT_FLAGS//-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=0} -fpic -DPIC -fno-strict-aliasing -Wno-parentheses -Wno-pointer-sign -fcommon"
|
||||||
export LDFLAGS="-Wl,-z,relro -pie"
|
export LDFLAGS="-Wl,-z,relro -pie"
|
||||||
%define _configure ../configure
|
%define _configure ../configure
|
||||||
mkdir 4 6
|
mkdir 4 6
|
||||||
|
Loading…
Reference in New Issue
Block a user