]> code.ossystems Code Review - openembedded-core.git/commit
minicom: Fix build when using -fno-common
authorKhem Raj <raj.khem@gmail.com>
Wed, 5 Aug 2020 07:03:26 +0000 (00:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Aug 2020 14:12:34 +0000 (15:12 +0100)
commitd79177ab293063b176ded2566173c29d00360ad5
treebf398d7557a2025dbc8e742fc8c48f1f925c7141
parent227430916a3e50bec5741e00cb7f2dbc52a85eb3
minicom: Fix build when using -fno-common

gcc10 defaults to -fno-common which flags the multiple global variables
as errors, these patches ( from fedora ) fixes the issue

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch [new file with mode: 0644]
meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch [new file with mode: 0644]
meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch [new file with mode: 0644]
meta/recipes-extended/minicom/minicom_2.7.1.bb