Date: Thu, 27 Aug 2020 20:21:04 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546684 - head/net-mgmt/bandwidthd Message-ID: <202008272021.07RKL40q011373@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu Aug 27 20:21:04 2020 New Revision: 546684 URL: https://svnweb.freebsd.org/changeset/ports/546684 Log: net/bandwidthd: fix build on recent current Modified: head/net-mgmt/bandwidthd/Makefile Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Thu Aug 27 20:04:02 2020 (r546683) +++ head/net-mgmt/bandwidthd/Makefile Thu Aug 27 20:21:04 2020 (r546684) @@ -22,6 +22,9 @@ CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no \ ac_cv_lib_pq_PQconnectdb=no USE_CSTD= gnu89 +# Fix build with clang11 +CFLAGS+= -fcommon + SUB_FILES= bandwidthd OPTIONS_DEFINE= DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008272021.07RKL40q011373>