mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
nushell: fix openssl linking issue
This commit is contained in:
parent
cb79cb589a
commit
3ea12132db
@ -1,5 +1,4 @@
|
||||
#TODO: build fails to link, we need the following in relibc
|
||||
# - cfmakeraw
|
||||
# - getgrgid_r
|
||||
# - getgrouplist
|
||||
# Additionally, openssl fails to link fprintf and sscanf
|
||||
@ -12,5 +11,10 @@ branch = "redox"
|
||||
dependencies = [
|
||||
"openssl"
|
||||
]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
export OPENSSL_STATIC="true"
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user