[PATCH] tools: let fakeroot depends on libtool
Syrone Wong
wong.syrone at gmail.com
Mon Jan 4 03:19:20 EST 2021
This fix the buildbots issue when upgrading fakeroot
to 1.25.3.
bash: /buildbot/shared-workdir/build/staging_dir/host/bin/autoreconf:
No such file or directory
Signed-off-by: Syrone Wong <wong.syrone at gmail.com>
---
tools/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/Makefile b/tools/Makefile
index 4bef951c46..3677023aee 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -47,6 +47,7 @@ $(curdir)/cbootimage/compile += $(curdir)/automake/compile
$(curdir)/cmake/compile += $(curdir)/libressl/compile
$(curdir)/dosfstools/compile := $(curdir)/autoconf/compile $(curdir)/automake/compile
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile
+$(curdir)/fakeroot/compile := $(curdir)/libtool/compile
$(curdir)/findutils/compile := $(curdir)/bison/compile
$(curdir)/firmware-utils/compile += $(curdir)/libressl/compile $(curdir)/zlib/compile
$(curdir)/flex/compile := $(curdir)/libtool/compile
--
2.29.0.windows.1
More information about the openwrt-devel
mailing list