summaryrefslogtreecommitdiff
path: root/system/libbpf/20-consolidate-lib-dirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/libbpf/20-consolidate-lib-dirs.patch')
-rw-r--r--system/libbpf/20-consolidate-lib-dirs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/libbpf/20-consolidate-lib-dirs.patch b/system/libbpf/20-consolidate-lib-dirs.patch
new file mode 100644
index 000000000..0455ae8de
--- /dev/null
+++ b/system/libbpf/20-consolidate-lib-dirs.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile 2021-10-06 21:38:50.758641729 +0000
++++ b/src/Makefile 2021-10-06 21:39:12.096413542 +0000
+@@ -62,7 +62,7 @@
+ DESTDIR ?=
+
+ ifeq ($(filter-out %64 %64be %64eb %64le %64el s390x, $(shell uname -m)),)
+- LIBSUBDIR := lib64
++ LIBSUBDIR := lib
+ else
+ LIBSUBDIR := lib
+ endif