Fix httping compilation
[openwrt/svn-archive/archive.git] / net / httping / Makefile
index 0d8692d54f1c3b583453750a3a8442f08ec2563d..e5d4d198658ddd8a9480b4d9ee1e039c8f93bc8a 100644 (file)
@@ -34,7 +34,9 @@ define Package/httping
 endef
 
 define Build/Compile
 endef
 
 define Build/Compile
-       $(call Build/Compile/Default)
+       $(call Build/Compile/Default, \
+               CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
+       )
 endef
 
 define Package/httping/install 
 endef
 
 define Package/httping/install