aboutsummaryrefslogtreecommitdiff
path: root/security/autossh
diff options
context:
space:
mode:
Diffstat (limited to 'security/autossh')
-rw-r--r--security/autossh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/autossh/Makefile b/security/autossh/Makefile
index 85f3f68b18e1..b09ac266c02b 100644
--- a/security/autossh/Makefile
+++ b/security/autossh/Makefile
@@ -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)