aboutsummaryrefslogtreecommitdiffstats
path: root/community/libbpf/10-consolidate-lib-dirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libbpf/10-consolidate-lib-dirs.patch')
-rw-r--r--community/libbpf/10-consolidate-lib-dirs.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/libbpf/10-consolidate-lib-dirs.patch b/community/libbpf/10-consolidate-lib-dirs.patch
deleted file mode 100644
index 50ed1e84da9..00000000000
--- a/community/libbpf/10-consolidate-lib-dirs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Alpine doesn't recognize lib64 directories by default, so we consolidate into lib.
-
-diff --git a/src/Makefile b/src/Makefile
-index e9021fe..1d86ecd 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -54,11 +54,7 @@ INSTALL = install
-
- DESTDIR ?=
-
--ifeq ($(shell uname -m),x86_64)
-- LIBSUBDIR := lib64
--else
-- LIBSUBDIR := lib
--endif
-+LIBSUBDIR := lib
-
- PREFIX ?= /usr
- LIBDIR ?= $(PREFIX)/$(LIBSUBDIR)