svn commit: r546380 - head/security/akmos
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 27 17:48:20 UTC 2020
Author: tcberner
Date: Thu Aug 27 17:48:20 2020
New Revision: 546380
URL: https://svnweb.freebsd.org/changeset/ports/546380
Log:
security/akmos: fix build on recent current
Modified:
head/security/akmos/Makefile
Modified: head/security/akmos/Makefile
==============================================================================
--- head/security/akmos/Makefile Thu Aug 27 17:45:36 2020 (r546379)
+++ head/security/akmos/Makefile Thu Aug 27 17:48:20 2020 (r546380)
@@ -22,6 +22,9 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+# Fix build with clang11
+CFLAGS+= -fcommon
+
OPTIONS_DEFINE= ASM TEST BENCH
OPTIONS_DEFAULT=ASM
OPTIONS_SUB= yes
More information about the svn-ports-all
mailing list