redox/recipes/wip/net/ssh/dropbear/recipe.toml
2026-02-17 22:34:00 -03:00

21 lines
432 B
TOML

#TODO test dynamic linking
[source]
git = "https://gitlab.redox-os.org/tfinnegan937/dropbear.git"
rev = "4c6828d39f988712cf4d2a64c7acf15d76f24aa9"
shallow_clone = true
[build]
template = "configure"
configureflags = [
"--disable-syslog",
"--disable-utmpx",
"--disable-utmp",
"--disable-lastlog",
"--disable-loginfunc",
"--disable-wtmp",
"--disable-wtmpx",
]
dependencies = [
"openssl3",
"zlib"
]