redox/recipes/wip/net/ssh/dropbear/recipe.toml

20 lines
411 B
TOML

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