mirror of https://github.com/openwrt/luci.git
libiwinfo: compile with -D_GNU_SOURCE, fixes eglibc compatibility
parent
230c5205c7
commit
e70c051063
|
@ -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 New Issue