[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200120094201.45323e5f@hermes.lan>
Date: Mon, 20 Jan 2020 09:42:01 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jan Engelhardt <jengelh@...i.de>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] build: fix build failure with -fno-common
On Wed, 8 Jan 2020 11:04:24 +0100
Jan Engelhardt <jengelh@...i.de> wrote:
> $ make CCOPTS=-fno-common
> gcc ... -o ip
> ld: rt_names.o (symbol from plugin): in function "rtnl_rtprot_n2a":
> (.text+0x0): multiple definition of "numeric"; ip.o (symbol from plugin):(.text+0x0): first defined here
>
> gcc ... -o tipc
> ld: ../lib/libutil.a(utils.o):(.bss+0xc): multiple definition of `pretty';
> tipc.o:tipc.c:28: first defined here
>
> References: https://bugzilla.opensuse.org/1160244
> Signed-off-by: Jan Engelhardt <jengelh@...i.de>
Looks good, applied.
Powered by blists - more mailing lists