Skip to content

Commit

Permalink
tools/coreutils: build chown
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nbd168 committed Jan 27, 2022
1 parent 53ebaca commit 1d4750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/coreutils/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 1d4750f

Please sign in to comment.