projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499a89f
)
fix wprobe conflict with libnl
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 May 2009 13:54:42 +0000
(13:54 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 May 2009 13:54:42 +0000
(13:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/wprobe/Makefile
patch
|
blob
|
history
diff --git
a/package/wprobe/Makefile
b/package/wprobe/Makefile
index
7b49b65
..
fe96512
100644
(file)
--- a/
package/wprobe/Makefile
+++ b/
package/wprobe/Makefile
@@
-59,9
+59,9
@@
define Build/Prepare
$(CP) src/* $(PKG_BUILD_DIR)/
endef
-TARGET_C
FLAGS +
= \
+TARGET_C
PPFLAGS :
= \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
- -I$(STAGING_DIR)/usr/include
+ $(TARGET_CPPFLAGS)
ifdef CONFIG_PACKAGE_kmod-wprobe
define Build/Compile/kmod
This page took
0.026794 seconds
and
4
git commands to generate.