Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 11:44:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 248738] multimedia/libv4l: Fix build with -fno-common (clang 11 and gcc 10)
Message-ID:  <bug-248738-12827-r77lh7RjOy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248738-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248738-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248738

--- Comment #4 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
Upstream patch:

commit afb123618b087f3ca2305b84fb004624662e52f0
Author: David Seifert <soap@gentoo.org>
Date:   Wed Feb 26 11:07:29 2020 +0100

    Fix GCC 10 / -fno-common

    * GCC 10 switches its default symbol emission mode
      to cause linker errors when an object is defined
      more than once.

    Bug: https://bugs.gentoo.org/706756
    Signed-off-by: David Seifert <soap@gentoo.org>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248738-12827-r77lh7RjOy>