freebsd-ports/net/bird2/files/extra-patch-netlink-route/patch-sysdep_bsd-netlink_netlink-sys.h
Marek Zarychta 8a57d5eba5 net/bird2: update 2.14 -> 2.15.1
- Port was updated to the most recent version.
- Extra patches for fixing netlink headers were prepared (see PR 277618).
- The default flavor of the port for FreeBSD 14.0 and later is now "netlink".
  The rtsock flavor is still available as bird2-rtsock.
  There is no change for FreeBSD versions < 14.0. Here we still use rtsock
  as a default flavor.

Changelog: https://bird.network.cz/pipermail/bird-users/2024-March/017468.html
	   https://bird.network.cz/pipermail/bird-users/2024-March/017517.html

PR: 277891
2024-03-26 11:32:40 +01:00

10 lines
277 B
C

--- sysdep/bsd-netlink/netlink-sys.h.orig 2024-03-22 14:19:18 UTC
+++ sysdep/bsd-netlink/netlink-sys.h
@@ -9,6 +9,7 @@
#ifndef _BIRD_NETLINK_SYS_H_
#define _BIRD_NETLINK_SYS_H_
+#include "netlink-route.h"
#include <netlink/netlink.h>
#include <netlink/netlink_route.h>