maintainer-feedback requested: [Bug 248736] devel/json-glib: Fix build with -fno-common (clang 11 and gcc 10)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 18 21:11:30 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 248736: devel/json-glib: Fix build with -fno-common (clang 11 and gcc 10)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248736
--- Description ---
In base r364284, I imported clang 11 into head. Like gcc 10, it now defaults 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.
More information about the freebsd-gnome
mailing list