mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-20 19:48:54 +00:00
dropbear: add missing zlib dependency for dropbearconvert
If CONFIG_DROPBEAR_ZLIB is set, building fails at the packaging stage due to an undeclared dependency on libz.so.1. As is already done for the main dropbear package, conditionally add a dependency on zlib. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
This commit is contained in:
parent
7bef62de79
commit
3d7f76383f
@ -72,6 +72,7 @@ define Package/dropbearconvert
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Utility for converting SSH keys
|
||||
DEPENDS:= +DROPBEAR_ZLIB:zlib
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
|
Loading…
Reference in New Issue
Block a user