aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-04 22:55:09 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-04 22:55:09 +0000
commit161a21c51c8f3faa9b7608a420c074402d57f048 (patch)
tree7084ccffa6dc1b60c7e0abc93f53a02b7bfbaae5
parent27bbda6b26033bfe4a6849aa058315564407f037 (diff)
downloadupstream-161a21c51c8f3faa9b7608a420c074402d57f048.tar.gz
upstream-161a21c51c8f3faa9b7608a420c074402d57f048.tar.bz2
upstream-161a21c51c8f3faa9b7608a420c074402d57f048.zip
fix shlib dependencies on libstdc++
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2330 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kismet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kismet/Makefile b/package/kismet/Makefile
index 42c26e7d02..366fddddba 100644
--- a/package/kismet/Makefile
+++ b/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):