From de14f4301e7c40050a23a254bd62ed2edb496e09 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Tue, 19 Feb 2019 15:14:42 +0100 Subject: Revert "iproute2: simplify linking libelf for eBFP/XDP object file support" This reverts commit 26681fa6a6fcbec0024906eb8367e9a3160521fb as it breaks the installation of the iproute2 utilities ip-bridge, ss, nstat, devlink and rdma for the ip-full variant Signed-off-by: Hans Dedecker --- .../utils/iproute2/patches/145-keep_libelf_optional.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/network/utils/iproute2/patches/145-keep_libelf_optional.patch (limited to 'package/network/utils/iproute2/patches/145-keep_libelf_optional.patch') diff --git a/package/network/utils/iproute2/patches/145-keep_libelf_optional.patch b/package/network/utils/iproute2/patches/145-keep_libelf_optional.patch deleted file mode 100644 index 2e3ad18809..0000000000 --- a/package/network/utils/iproute2/patches/145-keep_libelf_optional.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure -+++ b/configure -@@ -228,7 +228,7 @@ EOF - - check_elf() - { -- if ${PKG_CONFIG} libelf --exists; then -+ if [ "${HAVE_ELF}" = "y" ] && ${PKG_CONFIG} libelf --exists; then - echo "HAVE_ELF:=y" >>$CONFIG - echo "yes" - -- cgit v1.2.3