Date: Tue, 18 Aug 2020 21:11:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248740] net/minidlna: Fix build with -fno-common (clang 11 and gcc 10) Message-ID: <bug-248740-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248740 Bug ID: 248740 Summary: net/minidlna: Fix build with -fno-common (clang 11 and gcc 10) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: glebius@FreeBSD.org Reporter: dim@FreeBSD.org Assignee: glebius@FreeBSD.org Flags: maintainer-feedback?(glebius@FreeBSD.org) Created attachment 217325 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217325&action= =3Dedit Fix build with -fno-common (clang 11 and gcc 10) 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. --=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-248740-7788>