projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ebaca
)
tools/coreutils: build chown
author
Felix Fietkau
<nbd@nbd.name>
Thu, 27 Jan 2022 12:21:04 +0000
(13:21 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 27 Jan 2022 12:38:48 +0000
(13:38 +0100)
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>
tools/coreutils/Makefile
patch
|
blob
|
history
diff --git
a/tools/coreutils/Makefile
b/tools/coreutils/Makefile
index 537ece57cc568ee42f42235cc7704f261feb587a..fc5c259d8fa2e51a5d984a2005a791638ed8ed75 100644
(file)
--- 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