Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 21:11:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 248738] multimedia/libv4l: Fix build with -fno-common (clang 11 and gcc 10)
Message-ID:  <bug-248738-12827-p5GlEgHPB2@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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 248738: multimedia/libv4l: Fix build with -fno-common (clang 11 and gcc=
 10)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248738



--- Description ---
In base r364284, I imported clang 11 into head. Like gcc 10, it now default=
s to
-fno-common, meaning that duplicated global symbols will most likely lead to
link errors. Here is a patch to fix this port's duplicated global symbols.



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