projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
431fb8c
)
tools/coreutils: install ln
author
Felix Fietkau
<nbd@nbd.name>
Thu, 13 Aug 2020 18:02:50 +0000
(20:02 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 13 Aug 2020 18:08:29 +0000
(20:08 +0200)
It is needed for libsepol on non-GNU systems
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 e3387960530910470b0140d00f15d9dd432babc1..05c8040fa5cae57357d60495d820526729959fbc 100644
(file)
--- 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