projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de5e1d
)
fix a compile error in libnl
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 25 Dec 2007 02:37:23 +0000
(
02:37
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 25 Dec 2007 02:37:23 +0000
(
02:37
+0000)
SVN-Revision: 9911
package/libnl/Makefile
patch
|
blob
|
history
diff --git
a/package/libnl/Makefile
b/package/libnl/Makefile
index 3303260d4edf6d65945f6dc95a8be73445c03c78..ec4ea41fd31f937bc45ac72affaea6333daa0e14 100644
(file)
--- a/
package/libnl/Makefile
+++ b/
package/libnl/Makefile
@@
-38,6
+38,7
@@
endef
ifneq ($(CONFIG_LINUX_2_6_23),)
define Build/InstallDev
+ $(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
mkdir -p $(1)/usr/include/libnl
$(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/