Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 19:19:14 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546671 - head/ftp/bftpd
Message-ID:  <202008271919.07RJJEEh068186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Aug 27 19:19:14 2020
New Revision: 546671
URL: https://svnweb.freebsd.org/changeset/ports/546671

Log:
  - Fix build with clang 11

Modified:
  head/ftp/bftpd/Makefile

Modified: head/ftp/bftpd/Makefile
==============================================================================
--- head/ftp/bftpd/Makefile	Thu Aug 27 19:13:24 2020	(r546670)
+++ head/ftp/bftpd/Makefile	Thu Aug 27 19:19:14 2020	(r546671)
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-pam
+# Fix build with clang 11
+CFLAGS+=	-fcommon
 
 USES=		autoreconf gmake
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271919.07RJJEEh068186>