projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f75641
)
tools/coreutils: install readlink
author
Felix Fietkau
<nbd@nbd.name>
Thu, 9 Nov 2017 11:21:15 +0000
(12:21 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 13 Dec 2017 15:47:42 +0000
(16:47 +0100)
Parts of the build system use non-portable invocation of readlink
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit
6bcc1c5331c797004e1b43168eb116d2d14b0102
)
tools/coreutils/Makefile
patch
|
blob
|
history
diff --git
a/tools/coreutils/Makefile
b/tools/coreutils/Makefile
index 1acdfb9160491556b7dfbf9971ab6ef23cecbd15..c731eafda6e363951b915b5630b717f441e6c562 100644
(file)
--- a/
tools/coreutils/Makefile
+++ b/
tools/coreutils/Makefile
@@
-15,14
+15,14
@@
PKG_HASH:=8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b
HOST_BUILD_PARALLEL := 1
-BUILD_PROGRAMS = date
+BUILD_PROGRAMS = date
readlink
include $(INCLUDE_DIR)/host-build.mk
BUILD_BINS = $(patsubst %,src/%,$(BUILD_PROGRAMS))
HOST_CONFIGURE_ARGS += \
- --enable-install-program=
date
+ --enable-install-program=
$(subst $(space),$(comma),$(strip $(BUILD_PROGRAMS)))
HOST_MAKE_FLAGS += \
PROGRAMS="$(BUILD_BINS)" \