diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 20:21:04 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 20:21:04 +0000 |
commit | 8827b9fc75f291a41480788f4f19ee9c97a958f5 (patch) | |
tree | 66e8bc844acd0a0d43b3930c5e062c603b12146e /net-mgmt/bandwidthd | |
parent | games/awele: fix build on recent current (diff) |
net/bandwidthd: fix build on recent current
Notes
Notes:
svn path=/head/; revision=546684
Diffstat (limited to 'net-mgmt/bandwidthd')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index 807b4f2cd85d..65be6c216684 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -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 |