svn commit: r546679 - head/security/autossh

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 19:49:08 UTC 2020


Author: tcberner
Date: Thu Aug 27 19:49:07 2020
New Revision: 546679
URL: https://svnweb.freebsd.org/changeset/ports/546679

Log:
  scecurity/autossh: fix build with recent current

Modified:
  head/security/autossh/Makefile

Modified: head/security/autossh/Makefile
==============================================================================
--- head/security/autossh/Makefile	Thu Aug 27 19:42:55 2020	(r546678)
+++ head/security/autossh/Makefile	Thu Aug 27 19:49:07 2020	(r546679)
@@ -17,6 +17,9 @@ GNU_CONFIGURE=	yes
 
 PORTDOCS=	CHANGES README
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 OPTIONS_DEFINE=	DOCS SSH_PORTABLE
 
 SSH_PORTABLE_DESC=	Default to ports openssh (instead of base)


More information about the svn-ports-head mailing list