Skip to content

Commit 01da187

Browse files
nehebrobimarko
authored andcommitted
tools: add cmake dependency to bzip2
It's using cmake.mk so it needs CMake to build. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt/openwrt#18880 Signed-off-by: Robert Marko <[email protected]> (cherry picked from commit 9deb8fa)
1 parent 424788f commit 01da187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ $(curdir)/automake/compile := $(curdir)/autoconf/compile $(curdir)/pkgconf/compi
9393
$(curdir)/b43-tools/compile := $(curdir)/bison/compile
9494
$(curdir)/bc/compile := $(curdir)/bison/compile $(curdir)/libtool/compile
9595
$(curdir)/bison/compile := $(curdir)/flex/compile
96+
$(curdir)/bzip2/compile := $(curdir)/cmake/compile
9697
$(curdir)/cbootimage/compile += $(curdir)/automake/compile
9798
$(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile $(curdir)/expat/compile $(curdir)/xz/compile $(curdir)/zlib/compile $(curdir)/zstd/compile
9899
$(curdir)/dosfstools/compile := $(curdir)/automake/compile

0 commit comments

Comments
 (0)