diff options
| author | Rosen Penev | 2025-05-20 21:52:18 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-23 10:36:16 +0000 |
| commit | 01da18774984bcb6115230a9633891ff3c439f62 (patch) | |
| tree | b3f0a7e43da7c542fc1aa124485f8399ff894410 | |
| parent | 424788fc467a622e0187bf715a29d6a9feb702b9 (diff) | |
| download | openwrt-01da18774984bcb6115230a9633891ff3c439f62.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>
(cherry picked from commit 9deb8fad2fbe6fcdc7fbe5d2eb6d8fd78992f485)
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |