projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eeb35d
)
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)
SVN-Revision: 2330
openwrt/package/kismet/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/kismet/Makefile
b/openwrt/package/kismet/Makefile
index 42c26e7d020e4876ff6da8de148ca01f8198129d..366fddddba073d549a903a15695a622103cb27fa 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):