SHA256
1
0
forked from pool/bpftool

Accepting request 1067103 from home:marxin:branches:Base:System

- Rebase binutils-2.40.patch for v6.2.

OBS-URL: https://build.opensuse.org/request/show/1067103
OBS-URL: https://build.opensuse.org/package/show/Base:System/bpftool?expand=0&rev=12
This commit is contained in:
Dirk Mueller 2023-02-23 08:45:42 +00:00 committed by Git OBS Bridge
parent bcdb9be188
commit 7b6d965692
2 changed files with 15 additions and 10 deletions

View File

@ -1,9 +1,9 @@
diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile
index 4a95c017ad4c..9a4851df3276 100644 index f610e184ce02..afef9c65614e 100644
--- a/tools/bpf/bpftool/Makefile --- a/tools/bpf/bpftool/Makefile
+++ b/tools/bpf/bpftool/Makefile +++ b/tools/bpf/bpftool/Makefile
@@ -139,6 +139,8 @@ SRCS = $(filter-out $(BFD_SRCS),$(wildcard *.c)) @@ -154,6 +154,8 @@ else
# Fall back on libbfd
ifeq ($(feature-libbfd),1) ifeq ($(feature-libbfd),1)
LIBS += -lbfd -ldl -lopcodes LIBS += -lbfd -ldl -lopcodes
+ else ifeq ($(feature-libbfd-liberty-sframe),1) + else ifeq ($(feature-libbfd-liberty-sframe),1)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 22 08:21:22 UTC 2023 - Martin Liška <mliska@suse.cz>
- Rebase binutils-2.40.patch for v6.2.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 09:11:12 UTC 2023 - Martin Liška <mliska@suse.cz> Wed Feb 15 09:11:12 UTC 2023 - Martin Liška <mliska@suse.cz>