Summary: | mail/mmh: fix build with -fno-common | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | satanist+freebsd | ||||
Component: | Individual Port(s) | Assignee: | Kyle Evans <kevans> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | kevans, ports-bugs | ||||
Priority: | --- | Keywords: | buildisok | ||||
Version: | Latest | Flags: | satanist+freebsd:
maintainer-feedback+
kevans: merge-quarterly+ |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 248756 | ||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/180657009 A commit references this bug: Author: kevans Date: Fri Aug 21 18:12:19 UTC 2020 New revision: 545616 URL: https://svnweb.freebsd.org/changeset/ports/545616 Log: mail/mmh: fix build with -fno-common mmh had just a minor build issue with -fno-common, fixed with a trivial patch to extern the variable in question. PR: 248812 Approved by: satanist+freebsd@bureaucracy.de (maintainer) MFH: 2020Q3 (build fix: -fno-common) Changes: head/mail/mmh/files/patch-uip_mhbuild.c A commit references this bug: Author: kevans Date: Fri Aug 21 18:20:14 UTC 2020 New revision: 545618 URL: https://svnweb.freebsd.org/changeset/ports/545618 Log: MFH: r545616 mail/mmh: fix build with -fno-common mmh had just a minor build issue with -fno-common, fixed with a trivial patch to extern the variable in question. PR: 248812 Approved by: satanist+freebsd@bureaucracy.de (maintainer) Approved by: ports-secteam (implicit: -fno-common build fix) Changes: _U branches/2020Q3/ branches/2020Q3/mail/mmh/files/patch-uip_mhbuild.c |
Created attachment 217423 [details] Fix build with -fno-common (clang 11 and gcc 10) Since -current uses clang 11 -fno-common is default. This patch fixes the build error.