diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-04 22:55:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-04 22:55:09 +0000 |
commit | 1262d7ac9bf20c8afbe5ee727aa9693bf2d71203 (patch) | |
tree | 5f5a2ad488e83404613c71735f767646c20eadaa /openwrt/package | |
parent | 2eeb35d020887784107cbaa52adcc898d001cd61 (diff) | |
download | mtk-20170518-1262d7ac9bf20c8afbe5ee727aa9693bf2d71203.zip mtk-20170518-1262d7ac9bf20c8afbe5ee727aa9693bf2d71203.tar.gz mtk-20170518-1262d7ac9bf20c8afbe5ee727aa9693bf2d71203.tar.bz2 |
fix shlib dependencies on libstdc++
SVN-Revision: 2330
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/kismet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/kismet/Makefile b/openwrt/package/kismet/Makefile index 42c26e7..366fddd 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): |