aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-01-27 13:21:04 +0100
committerFelix Fietkau <nbd@nbd.name>2022-01-27 13:38:48 +0100
commit1d4750fd50eeadad640fb62e1b11bf4cdde39dd1 (patch)
tree724d4ff5b907985767e213010bf653045a558e87 /tools
parent53ebacacf93278c6e71052eb5b3708c599129e55 (diff)
downloadupstream-1d4750fd50eeadad640fb62e1b11bf4cdde39dd1.tar.gz
upstream-1d4750fd50eeadad640fb62e1b11bf4cdde39dd1.tar.bz2
upstream-1d4750fd50eeadad640fb62e1b11bf4cdde39dd1.zip
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@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r--tools/coreutils/Makefile2
1 files changed, 1 insertions, 1 deletions
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