projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9459722
)
iproute2: add libgenl.h and ll_map.h to InstallDev section
author
Hans Dedecker
<dedeckeh@gmail.com>
Sat, 8 Apr 2017 18:40:56 +0000
(20:40 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 13 Dec 2017 14:01:44 +0000
(15:01 +0100)
Commit
f4e312ddf855375667f43c842c7187934b8aca92
adds libnetlink to
staging dir but did not add the header files libgenl.h and ll_map.h
which define functions belonging to libnetlink lib
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(cherry picked from commit
fc859fb44b4e7a38a1f1825b05b72b81e80f82a8
)
package/network/utils/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iproute2/Makefile
b/package/network/utils/iproute2/Makefile
index 1c1ee3f24e7769898d526d7fabfe16f632ec34f1..0fa88b674d52c49b981f9371bd91d027bbee1c05 100644
(file)
--- a/
package/network/utils/iproute2/Makefile
+++ b/
package/network/utils/iproute2/Makefile
@@
-97,7
+97,7
@@
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
- $(CP) $(PKG_BUILD_DIR)/include/
libnetlink
.h $(1)/usr/include/
+ $(CP) $(PKG_BUILD_DIR)/include/
{libgenl,libnetlink,ll_map}
.h $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/lib/libnetlink.a $(1)/usr/lib/
endef