X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f5fa31787b25facf59092a935eefd1e2d9208c3b..391acdf6bc677cb5cb5e069df5fbfb27c5e9e283:/openwrt/package/kismet/Makefile diff --git a/openwrt/package/kismet/Makefile b/openwrt/package/kismet/Makefile index 42c26e7d0..366fddddb 100644 --- a/openwrt/package/kismet/Makefile +++ b/openwrt/package/kismet/Makefile @@ -58,8 +58,8 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ - CC=$(TARGET_CC) \ - CPPFLAGS="-I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(LINUX_DIR)/include" + LIBS="-luClibc++ -lc -lm" \ + all touch $@ $(IPKG_KISMET):