svn commit: r545745 - branches/2020Q3/net/bird/files

Niclas Zeising zeising at FreeBSD.org
Sat Aug 22 08:30:56 UTC 2020


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)
+ 


More information about the svn-ports-all mailing list