summaryrefslogtreecommitdiff
path: root/system/libbpf/20-consolidate-lib-dirs.patch
blob: 0455ae8deacbec1c7f459a0c54d4d91ba826e20c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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