map-topology: include libnl3 in target-cflags

This commit is contained in:
Anjan Chanda 2021-11-23 09:21:34 +01:00
parent 32cfd29d74
commit 2b6e74fb80

View file

@ -30,7 +30,9 @@ define Package/map-topology
endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include
-I$(STAGING_DIR)/usr/include \
-I$(STAGING_DIR)/usr/include/libnl3 \
-D_GNU_SOURCE
define Package/map-topology/description
Constructs network topology and show it as json structure over UBUS