aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/145-keep_libelf_optional.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-02-19 15:14:42 +0100
committerHans Dedecker <dedeckeh@gmail.com>2019-02-19 15:22:28 +0100
commitde14f4301e7c40050a23a254bd62ed2edb496e09 (patch)
tree99dbb7ec401f3afa26be487f47a497462db4deb4 /package/network/utils/iproute2/patches/145-keep_libelf_optional.patch
parent566bfa417e0e210a47b5481fa2001de0b47a9914 (diff)
downloadupstream-de14f4301e7c40050a23a254bd62ed2edb496e09.tar.gz
upstream-de14f4301e7c40050a23a254bd62ed2edb496e09.tar.bz2
upstream-de14f4301e7c40050a23a254bd62ed2edb496e09.zip
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 <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/patches/145-keep_libelf_optional.patch')
-rw-r--r--package/network/utils/iproute2/patches/145-keep_libelf_optional.patch11
1 files changed, 0 insertions, 11 deletions
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"
-