Skip to content
Snippets Groups Projects
Commit 0f632264 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix more issues with libnl-tiny and eglibc

SVN-Revision: 15592
parent 0f6846a4
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ endef
TARGET_CPPFLAGS := \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-D_GNU_SOURCE \
$(TARGET_CPPFLAGS)
MAKE_FLAGS += \
......
......@@ -98,7 +98,8 @@ TARGET_CPPFLAGS := \
$(TARGET_CPPFLAGS) \
-I$(STAGING_DIR)/usr/include/madwifi \
-I$(STAGING_DIR)/usr/include/mac80211 \
-DCONFIG_LIBNL20
-DCONFIG_LIBNL20 \
-D_GNU_SOURCE
define Build/CompileTarget
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
......
......@@ -37,7 +37,8 @@ TARGET_CPPFLAGS:= \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-I$(STAGING_DIR)/usr/include/mac80211 \
$(TARGET_CPPFLAGS) \
-DCONFIG_LIBNL20
-DCONFIG_LIBNL20 \
-D_GNU_SOURCE
MAKE_FLAGS += \
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment