projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa92b97
)
fix shlib dependencies on libstdc++
author
Nicolas Thill
<nico@openwrt.org>
Fri, 4 Nov 2005 22:55:09 +0000
(22:55 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 4 Nov 2005 22:55:09 +0000
(22:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2330
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/kismet/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/kismet/Makefile
b/openwrt/package/kismet/Makefile
index
42c26e7
..
366fddd
100644
(file)
--- 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):