svn commit: r555529 - head/net/openbgpd

Cy Schubert cy at FreeBSD.org
Tue Nov 17 01:33:59 UTC 2020


Author: cy
Date: Tue Nov 17 01:33:59 2020
New Revision: 555529
URL: https://svnweb.freebsd.org/changeset/ports/555529

Log:
  Fix build under LLVM11 (13-CURRENT).
  
  PR:		250518
  Submitted by:	cy
  Reported by:	cy
  Approved by:	maintainer timeout (hrs), dbaio

Modified:
  head/net/openbgpd/Makefile   (contents, props changed)

Modified: head/net/openbgpd/Makefile
==============================================================================
--- head/net/openbgpd/Makefile	Tue Nov 17 01:14:26 2020	(r555528)
+++ head/net/openbgpd/Makefile	Tue Nov 17 01:33:59 2020	(r555529)
@@ -27,6 +27,8 @@ SUB_FILES=	pkg-message
 USERS=		_bgpd
 GROUPS=		_bgpd
 
+CFLAGS=		-fcommon
+
 OPTIONS_DEFINE=	IPV6LLPEER
 OPTIONS_DEFAULT=IPV6LLPEER
 IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address


More information about the svn-ports-all mailing list