Add -DLIBNL_TINY to TARGET_CFLAGS to enable compatibility mode.
This commit is contained in:
parent
64e1a800bc
commit
cb9d6517cf
@ -22,7 +22,8 @@ endef
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
||||
-I$(STAGING_DIR)/usr/include
|
||||
-I$(STAGING_DIR)/usr/include \
|
||||
-DLIBNL_TINY
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
|
Loading…
Reference in New Issue
Block a user