Date: Thu, 27 Aug 2020 17:48:20 +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: r546380 - head/security/akmos Message-ID: <202008271748.07RHmK47078613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271748.07RHmK47078613>