Merge pull request #7328 from heitbaum/libbpf

libbpf: update to 1.1.0
This commit is contained in:
Matthias Reichl 2023-01-11 11:17:09 +01:00 committed by GitHub
commit 6d10ebf8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libbpf"
PKG_VERSION="1.0.1"
PKG_SHA256="3d6afde67682c909e341bf194678a8969f17628705af25f900d5f68bd299cb03"
PKG_VERSION="1.1.0"
PKG_SHA256="5da826c968fdb8a2f714701cfef7a4b7078be030cf58b56143b245816301cbb8"
PKG_LICENSE="LGPL-2.1"
PKG_SITE="https://github.com/libbpf/libbpf"
PKG_URL="https://github.com/libbpf/libbpf/archive/refs/tags/v${PKG_VERSION}.tar.gz"

View File

@ -3,10 +3,10 @@ index 81ea6b8..7ab5f13 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -67,15 +67,12 @@ INSTALL = install
DESTDIR ?=
-ifeq ($(filter-out %64 %64be %64eb %64le %64el s390x, $(shell uname -m)),)
HOSTARCH = $(firstword $(subst -, ,$(shell $(CC) -dumpmachine)))
-ifeq ($(filter-out %64 %64be %64eb %64le %64el s390x, $(HOSTARCH)),)
- LIBSUBDIR := lib64
-else
- LIBSUBDIR := lib