projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7fd830
)
tools: require coreutils to build elfutils
author
Michael Pratt
<
[email protected]
>
Fri, 27 Sep 2024 03:20:38 +0000
(23:20 -0400)
committer
Robert Marko
<
[email protected]
>
Sat, 26 Jul 2025 12:38:08 +0000
(14:38 +0200)
The version of the rmdir utility in macOS is POSIX-only
while elfutils uses the GNU extended options while building.
Tested-by: Georgi Valkov <
[email protected]
> # macOS
Signed-off-by: Michael Pratt <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <
[email protected]
>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 81d034f993e02fa841bf46b0c9e99c714e736438..e86e2789e661ce39bab7f98692b6d4549d878155 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-142,6
+142,7
@@
else
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_SDK),y) += coreutils
endif
ifneq ($(filter coreutils,$(tools-y)),)
+ $(curdir)/elfutils/compile += $(curdir)/coreutils/compile
$(curdir)/squashfs4/compile += $(curdir)/coreutils/compile
endif