aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-08-08 14:22:11 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-08-08 14:29:08 +0200
commit4d961538f6617a6a58f9688c7bca7bf47ae1da42 (patch)
tree409fa1135c8bae7d07865b57c6ddfbf25f1599d8
parent0ef25a7aee37aeaaa110e7163d0726b278201b78 (diff)
downloadupstream-4d961538f6617a6a58f9688c7bca7bf47ae1da42.tar.gz
upstream-4d961538f6617a6a58f9688c7bca7bf47ae1da42.tar.bz2
upstream-4d961538f6617a6a58f9688c7bca7bf47ae1da42.zip
iproute2: add libutil to InstallDev section
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>
-rw-r--r--package/network/utils/iproute2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index d91616e456..679c0c2a2b 100644
--- 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