Skip to content
Snippets Groups Projects
Commit a53b6b5d authored by Timothy Finnegan's avatar Timothy Finnegan
Browse files

Got dropbear building

parent 8913b772
No related branches found
No related tags found
1 merge request!399[WIP] Initial Dropbear Port/Build.
#TODO missing gnu make script, see https://github.com/mkj/dropbear/blob/master/INSTALL.md
[source]
tar = "https://matt.ucc.asn.au/dropbear/releases/dropbear-2024.85.tar.bz2"
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
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment