mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libbpf: update to 1.1.0
release notes: - https://github.com/libbpf/libbpf/releases/tag/v1.1.0
This commit is contained in:
parent
b9ea43fdfd
commit
f53df3ffc1
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user