aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/bpftools/patches/200-fix-install-param-order-on-macos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/bpftools/patches/200-fix-install-param-order-on-macos.patch')
-rw-r--r--package/network/utils/bpftools/patches/200-fix-install-param-order-on-macos.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/utils/bpftools/patches/200-fix-install-param-order-on-macos.patch b/package/network/utils/bpftools/patches/200-fix-install-param-order-on-macos.patch
deleted file mode 100644
index ffb7e2ce52..0000000000
--- a/package/network/utils/bpftools/patches/200-fix-install-param-order-on-macos.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/tools/lib/bpf/Makefile
-+++ b/tools/lib/bpf/Makefile
-@@ -236,7 +236,7 @@ define do_install
- if [ ! -d '$(DESTDIR_SQ)$2' ]; then \
- $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$2'; \
- fi; \
-- $(INSTALL) $1 $(if $3,-m $3,) '$(DESTDIR_SQ)$2'
-+ $(INSTALL) $(if $3,-m $3,) $1 '$(DESTDIR_SQ)$2'
- endef
-
- install_lib: all_cmd