svn commit: r564234 - head/net/haproxy17

Dmitry Sivachenko demon at FreeBSD.org
Sat Feb 6 18:43:24 UTC 2021


Author: demon
Date: Sat Feb  6 18:43:23 2021
New Revision: 564234
URL: https://svnweb.freebsd.org/changeset/ports/564234

Log:
  Fix build with clang 11.

Modified:
  head/net/haproxy17/Makefile

Modified: head/net/haproxy17/Makefile
==============================================================================
--- head/net/haproxy17/Makefile	Sat Feb  6 18:07:59 2021	(r564233)
+++ head/net/haproxy17/Makefile	Sat Feb  6 18:43:23 2021	(r564234)
@@ -23,7 +23,7 @@ USE_RC_SUBR=	haproxy
 
 MAKE_ARGS=	TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \
 		USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \
-		CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}"
+		CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS} -fcommon"
 
 OPTIONS_DEFINE=		DOCS EXAMPLES LUA OPENSSL DEVICEATLAS
 OPTIONS_RADIO=		PCRE


More information about the svn-ports-all mailing list