1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/libbpf/20-consolidate-lib-dirs.patch
2019-10-06 14:42:46 +02:00

17 lines
318 B
Diff

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)