[openwrt/openwrt] tools/coreutils: build chown
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 27 04:39:22 PST 2022
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1d4750fd50eeadad640fb62e1b11bf4cdde39dd1
commit 1d4750fd50eeadad640fb62e1b11bf4cdde39dd1
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Jan 27 13:21:04 2022 +0100
tools/coreutils: build chown
On ARM macOS, injecting extra shared libraries does not work for system
binaries. This causes fakeroot to fail for chown calls
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
tools/coreutils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile
index 537ece57cc..fc5c259d8f 100644
--- a/tools/coreutils/Makefile
+++ b/tools/coreutils/Makefile
@@ -16,7 +16,7 @@ PKG_HASH:=4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa
HOST_BUILD_PARALLEL := 1
-BUILD_PROGRAMS = date readlink touch ln
+BUILD_PROGRAMS = date readlink touch ln chown
include $(INCLUDE_DIR)/host-build.mk
More information about the lede-commits
mailing list