tools: add cmake dependency to bzip2
authorRosen Penev <[email protected]>
Tue, 20 May 2025 21:52:18 +0000 (14:52 -0700)
committerRobert Marko <[email protected]>
Fri, 23 May 2025 10:36:16 +0000 (12:36 +0200)
It's using cmake.mk so it needs CMake to build.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/18880
Signed-off-by: Robert Marko <[email protected]>
(cherry picked from commit 9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485)

tools/Makefile

index b16c5d9c5b1e6c5e003f6dba86eabe77eed0e953..563b9018922e6eec9d2d2900356d30ec6a5c4fa6 100644 (file)
@@ -93,6 +93,7 @@ $(curdir)/automake/compile := $(curdir)/autoconf/compile $(curdir)/pkgconf/compi
 $(curdir)/b43-tools/compile := $(curdir)/bison/compile
 $(curdir)/bc/compile := $(curdir)/bison/compile $(curdir)/libtool/compile
 $(curdir)/bison/compile := $(curdir)/flex/compile
+$(curdir)/bzip2/compile := $(curdir)/cmake/compile
 $(curdir)/cbootimage/compile += $(curdir)/automake/compile
 $(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile $(curdir)/expat/compile $(curdir)/xz/compile $(curdir)/zlib/compile $(curdir)/zstd/compile
 $(curdir)/dosfstools/compile := $(curdir)/automake/compile