mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-04 19:11:36 +00:00
testsuite: add libmnl
Supporting external ack requires libmnl now. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
8804a8c0d3
commit
5dc2204c01
@ -2,7 +2,7 @@
|
||||
include ../../config.mk
|
||||
|
||||
generate_nlmsg: generate_nlmsg.c ../../lib/libnetlink.c
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDLIBS) $(EXTRA_CFLAGS) -I../../include -include../../include/uapi/linux/netlink.h -o $@ $^
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDLIBS) $(EXTRA_CFLAGS) -I../../include -include../../include/uapi/linux/netlink.h -o $@ $^ -lmnl
|
||||
|
||||
clean:
|
||||
rm -f generate_nlmsg
|
||||
|
||||
Loading…
Reference in New Issue
Block a user