mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-29 17:23:25 +00:00
Compile of tools directory fails with:
make -C tools
CC generate_nlmsg
../../lib/libnetlink.c:28:27: fatal error: linux/nexthop.h: No such file or directory
#include <linux/nexthop.h>
^
compilation terminated.
Add local uapi to build path.
Fixes:
|
||
|---|---|---|
| .. | ||
| generate_nlmsg.c | ||
| Makefile | ||