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>
This commit is contained in:
Felix Fietkau 2022-01-27 13:21:04 +01:00
parent 53ebacacf9
commit 1d4750fd50
1 changed files with 1 additions and 1 deletions

View File

@ -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