Date: Tue, 17 Nov 2020 01:33:59 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555529 - head/net/openbgpd Message-ID: <202011170133.0AH1XxgZ029524@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011170133.0AH1XxgZ029524>