Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 18:43:23 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564234 - head/net/haproxy17
Message-ID:  <202102061843.116IhNqH043396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102061843.116IhNqH043396>