diff options
Diffstat (limited to 'community/libbpf/20-consolidate-lib-dirs.patch')
-rw-r--r-- | community/libbpf/20-consolidate-lib-dirs.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/libbpf/20-consolidate-lib-dirs.patch b/community/libbpf/20-consolidate-lib-dirs.patch new file mode 100644 index 0000000000..4e99ce3c37 --- /dev/null +++ b/community/libbpf/20-consolidate-lib-dirs.patch @@ -0,0 +1,17 @@ +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) |