aboutsummaryrefslogtreecommitdiffstats
path: root/tools/coreutils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2020-08-13 20:02:50 +0200
committerFelix Fietkau <nbd@nbd.name>2020-08-13 20:08:29 +0200
commita36965347ef53f03fd6dd16f03420b3fd86e3a0e (patch)
treecb2bdc8349a1b1d024325ec828b782c857436748 /tools/coreutils
parent431fb8cae97355109e2496c5921b6d91ce9d510b (diff)
downloadupstream-a36965347ef53f03fd6dd16f03420b3fd86e3a0e.tar.gz
upstream-a36965347ef53f03fd6dd16f03420b3fd86e3a0e.tar.bz2
upstream-a36965347ef53f03fd6dd16f03420b3fd86e3a0e.zip
tools/coreutils: install ln
It is needed for libsepol on non-GNU systems Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/coreutils')
-rw-r--r--tools/coreutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coreutils/Makefile b/tools/coreutils/Makefile
index e338796053..05c8040fa5 100644
--- a/tools/coreutils/Makefile
+++ b/tools/coreutils/Makefile
@@ -16,7 +16,7 @@ PKG_HASH:=8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b
HOST_BUILD_PARALLEL := 1
-BUILD_PROGRAMS = date readlink touch
+BUILD_PROGRAMS = date readlink touch ln
include $(INCLUDE_DIR)/host-build.mk