X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fhostapd%2FMakefile;h=f196828c972508f22b8bc3a316febf775ef1bf7e;hb=c439768c9af677c22fb2893c467e9fec89dfff21;hp=fb8b92d43277e4156b8baf2338a87f269efb9cbd;hpb=55fff87408bd3d7f987ebb960e1129c3a9047e39;p=oweals%2Fopenwrt.git diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index fb8b92d432..f196828c97 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -83,7 +83,7 @@ define Build/ConfigureTarget endef define Build/CompileTarget - CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/madwifi -I$(STAGING_DIR)/usr/include/mac80211 -I$(STAGING_DIR)/usr/include" \ + CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/madwifi -I$(STAGING_DIR)/usr/include/mac80211 -I$(STAGING_DIR)/usr/include/libnl -I$(STAGING_DIR)/usr/include" \ $(MAKE) -C $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd \ $(TARGET_CONFIGURE_OPTS) \ LIBS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib \