]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
tools: add cmake dependency to bzip2 18885/head
authorRosen Penev <rosenp@gmail.com>
Tue, 20 May 2025 21:52:18 +0000 (14:52 -0700)
committerRobert Marko <robimarko@gmail.com>
Sat, 24 May 2025 09:31:50 +0000 (11:31 +0200)
It's using cmake.mk so it needs CMake to build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18880
(cherry picked from commit 9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485)
Signed-off-by: Felix Baumann <felix.bau@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/18885
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/Makefile

index 40c3ec1ab092ab6ccf79bf9c04a1796e693ac017..7f796b1fb878dd1af6caa6ef25ed21e5f50868fa 100644 (file)
@@ -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