diff options
| author | Rosen Penev | 2025-05-20 21:52:18 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-23 10:35:43 +0000 |
| commit | 9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485 (patch) | |
| tree | fe7a8aaf6efadc7f0dfd6c29628d48006e184f02 | |
| parent | 60b5cfdf5a0678c115dd2e8a70368ce2c0f20058 (diff) | |
| download | openwrt-9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485.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
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 dd49ea5e10..1776f64592 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 |