mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Got dropbear building
This commit is contained in:
parent
8913b772dd
commit
a53b6b5db4
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user