initial import
This commit is contained in:
19
libbpf/consolidate-lib-dirs.patch
Normal file
19
libbpf/consolidate-lib-dirs.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user