diff options
author | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
commit | 739c65c54cb0e957df5e9b76f93fb02554e5cac3 (patch) | |
tree | 09ddfa0a342f3ea9de136cb50abdd79821bf1b53 /extra/libbpf/10-consolidate-lib-dirs.patch | |
parent | 4c585ad54388285500fd18a6aaa516894e0f2c16 (diff) |
moved everything to new file formatting
Diffstat (limited to 'extra/libbpf/10-consolidate-lib-dirs.patch')
-rw-r--r-- | extra/libbpf/10-consolidate-lib-dirs.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/libbpf/10-consolidate-lib-dirs.patch b/extra/libbpf/10-consolidate-lib-dirs.patch deleted file mode 100644 index 8a270b7..0000000 --- a/extra/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 -@@ -61,11 +61,7 @@ INSTALL = install - - DESTDIR ?= - --ifeq ($(filter-out %64 %64be %64eb %64le %64el s390x, $(shell uname -m)),) -- LIBSUBDIR := lib64 --else -- LIBSUBDIR := lib --endif -+LIBSUBDIR := lib - - # By default let the pc file itself use ${prefix} in includedir/libdir so that - # the prefix can be overridden at runtime (eg: --define-prefix) |