[openwrt/openwrt] tools: add cmake dependency to bzip2

LEDE Commits lede-commits at lists.infradead.org
Fri May 23 03:36:18 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/01da18774984bcb6115230a9633891ff3c439f62

commit 01da18774984bcb6115230a9633891ff3c439f62
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Tue May 20 14:52:18 2025 -0700

    tools: add cmake dependency to bzip2
    
    It's using cmake.mk so it needs CMake to build.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18880
    Signed-off-by: Robert Marko <robimarko at gmail.com>
    (cherry picked from commit 9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485)
---
 tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/Makefile b/tools/Makefile
index b16c5d9c5b..563b901892 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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




More information about the lede-commits mailing list