Fix: build with -fno-common
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 16 Jan 2020 15:59:14 +0000 (10:59 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Jan 2020 15:52:08 +0000 (10:52 -0500)
commit924c35aab1d0d31e9b651c6403cc7fa352e74242
tree8a7a3663b927beefdf52f4b21894da399e8d8e93
parenta39fd8695a92480d6c27acc1ac013d344c91b927
Fix: build with -fno-common

GCC 10 will default to building with -fno-common, this inhibits the
linker from merging multiple tentative definitions of a symbol in an
archive. Keep only the declaration in the libustsnprintf.la convenience
library.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I8fb7c72811ce7e62f10342f55fcabeeabfdd4c67
liblttng-ust-ctl/ustctl.c
liblttng-ust-fd/lttng-ust-fd.c
This page took 0.025481 seconds and 4 git commands to generate.