contrib: libiwinfo: swap include paths in TARGET_CFLAGS, fixes build issues if libnl-1.1 is enabled in OpenWrt
This commit is contained in:
parent
251088304e
commit
0f7d2d2525
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ IWINFO_BACKENDS := \
|
||||||
$(if $(CONFIG_PACKAGE_kmod-mac80211),nl80211)
|
$(if $(CONFIG_PACKAGE_kmod-mac80211),nl80211)
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include \
|
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
||||||
-I$(STAGING_DIR)/usr/include/libnl-tiny
|
-I$(STAGING_DIR)/usr/include
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
FPIC="$(FPIC)" \
|
FPIC="$(FPIC)" \
|
||||||
|
|
Loading…
Reference in a new issue