diff mbox series

tools: let fakeroot depends on libtool

Message ID 20210104081920.1594-1-wong.syrone@gmail.com
State Accepted
Delegated to: Paul Spooren
Headers show
Series tools: let fakeroot depends on libtool | expand

Commit Message

Syrone Wong Jan. 4, 2021, 8:19 a.m. UTC
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@gmail.com>
---
 tools/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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