diff options
| author | Rosen Penev | 2025-05-20 21:52:18 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-24 09:31:50 +0000 |
| commit | 417e79967ce85ac2208a12d6c539c32bbc212d72 (patch) | |
| tree | 1d9bc996c3a1ad8a5008ae90bf082a58517e2e6e | |
| parent | 3430dee9d3dc58ba04b515d505ba971c4e88dd04 (diff) | |
| download | openwrt-417e79967ce85ac2208a12d6c539c32bbc212d72.tar.gz | |
tools: add cmake dependency to bzip2
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>
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 40c3ec1ab0..7f796b1fb8 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 |