projects
/
opensnitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a922d21
)
Added ebpf build rule mapping for s390x to s390.
author
Petter Reinholdtsen
<pere@hungry.com>
Tue, 24 Jun 2025 05:47:33 +0000
(07:47 +0200)
committer
Petter Reinholdtsen
<pere@debian.org>
Tue, 24 Jun 2025 05:47:33 +0000
(07:47 +0200)
Forwarded: https://github.com/evilsocket/opensnitch/pull/1333
Last-Update: 2025-04-25
This ensure the kernel headers are found during compilation.
Last-Update: 2025-04-25
Gbp-Pq: Name 1050-ebpf-s390x.patch
ebpf_prog/Makefile
patch
|
blob
|
history
diff --git
a/ebpf_prog/Makefile
b/ebpf_prog/Makefile
index 8ce5fa54769de5369ac035219f464df89fd2e796..aaee3ab64a365d767531d460e44196e42545a3a2 100644
(file)
--- a/
ebpf_prog/Makefile
+++ b/
ebpf_prog/Makefile
@@
-23,6
+23,8
@@
else ifeq ($(ARCH),armv8l)
ARCH := arm
else ifeq ($(ARCH),aarch64)
ARCH := arm64
+else ifeq ($(ARCH),s390x)
+ ARCH := s390
endif
ifeq ($(ARCH),arm)