Got dropbear building

This commit is contained in:
Timothy Finnegan 2024-09-22 15:56:20 -07:00
parent 8913b772dd
commit a53b6b5db4

View File

@ -1,5 +1,23 @@
#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
"""