redox/recipes/wip/ssh/dropbear/recipe.toml
2024-09-22 15:56:20 -07:00

24 lines
424 B
TOML

[source]
git = "https://gitlab.redox-os.org/tfinnegan937/dropbear.git"
rev = "4c6828d39f988712cf4d2a64c7acf15d76f24aa9"
[build]
template = "custom"
dependencies = [
"openssl1",
"zlib"
]
script="""
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-static
--disable-syslog
--disable-utmpx
--disable-utmp
--disable-lastlog
--disable-loginfunc
--disable-wtmp
--disable-wtmpx
)
cookbook_configure
"""