lib: need to pass LIBMNL flag
Missed on earlier conversion. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7d23fa5591
commit
089f85694a
|
|
@ -4,6 +4,10 @@ ifeq ($(IP_CONFIG_SETNS),y)
|
|||
CFLAGS += -DHAVE_SETNS
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_MNL),y)
|
||||
CFLAGS += -DHAVE_LIBMNL $(shell $(PKG_CONFIG) libmnl --cflags)
|
||||
endif
|
||||
|
||||
CFLAGS += -fPIC
|
||||
|
||||
UTILOBJ = utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o \
|
||||
|
|
|
|||
Loading…
Reference in New Issue