X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fhostap-utils%2FMakefile;h=1d7b22122e732603de966cd8f8bf12f4581fe7b7;hb=41d5e0ca05f7ad4827c4fea00d17bd280d83d8be;hp=7ed0fd9f5b65d39d95a7fa1a96e6f077da934c5f;hpb=643f013d152805f989115a71a8d19b02d01320a4;p=openwrt.git diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index 7ed0fd9f5b..1d7b22122e 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -3,7 +3,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -28,7 +27,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -Wall" \ + CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -Wall" \ all endef