X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/643f013d152805f989115a71a8d19b02d01320a4..868fc521a640bc311871f364d0846dcfe3e750f2:/package/hostap-utils/Makefile diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index 7ed0fd9f5..bac0d3f10 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -28,7 +28,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