libiwinfo: compile with -D_GNU_SOURCE, fixes eglibc compatibility
This commit is contained in:
parent
230c5205c7
commit
e70c051063
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ IWINFO_BACKENDS := \
|
|||
|
||||
TARGET_CFLAGS += \
|
||||
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
||||
-I$(STAGING_DIR)/usr/include
|
||||
-I$(STAGING_DIR)/usr/include \
|
||||
-D_GNU_SOURCE
|
||||
|
||||
MAKE_FLAGS += \
|
||||
FPIC="$(FPIC)" \
|
||||
|
|
Loading…
Reference in a new issue