Date: Thu, 27 Aug 2020 19:49:08 +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: r546679 - head/security/autossh Message-ID: <202008271949.07RJn8Sl087634@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271949.07RJn8Sl087634>