Date: Sat, 22 Aug 2020 08:30:55 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r545745 - branches/2020Q3/net/bird/files Message-ID: <202008220830.07M8UtMl072561@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Aug 22 08:30:55 2020 New Revision: 545745 URL: https://svnweb.freebsd.org/changeset/ports/545745 Log: MFH: r545563 net/bird: Fix build with -fno-common Fix the build of net/bird when compiled with -fno-common, which is the default with llvm 11. Approved by: ports-secteam (joenum, implicit, -fno-common fixes) Added: branches/2020Q3/net/bird/files/patch-sysdep_unix_krt.h - copied unchanged from r545563, head/net/bird/files/patch-sysdep_unix_krt.h Modified: Directory Properties: branches/2020Q3/ (props changed) Copied: branches/2020Q3/net/bird/files/patch-sysdep_unix_krt.h (from r545563, head/net/bird/files/patch-sysdep_unix_krt.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q3/net/bird/files/patch-sysdep_unix_krt.h Sat Aug 22 08:30:55 2020 (r545745, copy of r545563, head/net/bird/files/patch-sysdep_unix_krt.h) @@ -0,0 +1,11 @@ +--- sysdep/unix/krt.h.orig 2020-08-20 21:22:44 UTC ++++ sysdep/unix/krt.h +@@ -112,7 +112,7 @@ struct kif_proto { + struct kif_state sys; /* Sysdep state */ + }; + +-struct kif_proto *kif_proto; ++extern struct kif_proto *kif_proto; + + #define KIF_CF ((struct kif_config *)p->p.cf) +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008220830.07M8UtMl072561>