projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f4cde
)
netifd: fix compile error when both libnl and libnl-tiny are built
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 Nov 2011 10:12:31 +0000
(10:12 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 Nov 2011 10:12:31 +0000
(10:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28854
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/netifd/Makefile
patch
|
blob
|
history
diff --git
a/package/netifd/Makefile
b/package/netifd/Makefile
index
98b4a40
..
831bb6c
100644
(file)
--- a/
package/netifd/Makefile
+++ b/
package/netifd/Makefile
@@
-23,8
+23,8
@@
define Package/netifd
endef
TARGET_CFLAGS += \
- -I$(STAGING_DIR)/usr/include \
- -I$(STAGING_DIR)/usr/include
/libnl-tiny
+ -I$(STAGING_DIR)/usr/include
/libnl-tiny
\
+ -I$(STAGING_DIR)/usr/include
CMAKE_OPTIONS += \
-DLIBNL_LIBS=-lnl-tiny \
This page took
0.03232 seconds
and
4
git commands to generate.