projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef25a7
)
iproute2: add libutil to InstallDev section
author
Hans Dedecker
<dedeckeh@gmail.com>
Wed, 8 Aug 2018 12:22:11 +0000
(14:22 +0200)
committer
Hans Dedecker
<dedeckeh@gmail.com>
Wed, 8 Aug 2018 12:29:08 +0000
(14:29 +0200)
In iproute2 v4.17 ll_map has been moved from the libnetlink to the libutil
library; add libutil as well to the staging dir in order to keep support
for ll_map
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
package/network/utils/iproute2/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iproute2/Makefile
b/package/network/utils/iproute2/Makefile
index d91616e456941e85c7f4268cff5d41a3629c7b69..679c0c2a2bf48be35dedb19d0e86f644361663e1 100644
(file)
--- a/
package/network/utils/iproute2/Makefile
+++ b/
package/network/utils/iproute2/Makefile
@@
-135,6
+135,7
@@
define Build/InstallDev
$(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/
+ $(CP) $(PKG_BUILD_DIR)/lib/libutil.a $(1)/usr/lib/
endef
define Package/ip-tiny/install