637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
25 lines
479 B
TOML
25 lines
479 B
TOML
[package]
|
|
name = "dropbear"
|
|
version = "0.1.0"
|
|
|
|
#TODO test dynamic linking
|
|
[source]
|
|
git = "https://gitlab.redox-os.org/tfinnegan937/dropbear.git"
|
|
rev = "4c6828d39f988712cf4d2a64c7acf15d76f24aa9"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--disable-syslog",
|
|
"--disable-utmpx",
|
|
"--disable-utmp",
|
|
"--disable-lastlog",
|
|
"--disable-loginfunc",
|
|
"--disable-wtmp",
|
|
"--disable-wtmpx",
|
|
]
|
|
dependencies = [
|
|
"openssl3",
|
|
"zlib"
|
|
]
|