From: Rosen Penev Date: Tue, 20 May 2025 21:52:18 +0000 (-0700) Subject: tools: add cmake dependency to bzip2 X-Git-Tag: v23.05.6~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18885%2Fhead;p=thirdparty%2Fopenwrt.git tools: add cmake dependency to bzip2 It's using cmake.mk so it needs CMake to build. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/18880 (cherry picked from commit 9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485) Signed-off-by: Felix Baumann Link: https://github.com/openwrt/openwrt/pull/18885 Signed-off-by: Robert Marko --- diff --git a/tools/Makefile b/tools/Makefile index 40c3ec1ab09..7f796b1fb87 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -90,6 +90,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