Skip to content
Snippets Groups Projects
Verified Commit 3ea12132 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

nushell: fix openssl linking issue

parent cb79cb58
No related branches found
No related tags found
No related merge requests found
#TODO: build fails to link, we need the following in relibc #TODO: build fails to link, we need the following in relibc
# - cfmakeraw
# - getgrgid_r # - getgrgid_r
# - getgrouplist # - getgrouplist
# Additionally, openssl fails to link fprintf and sscanf # Additionally, openssl fails to link fprintf and sscanf
...@@ -12,5 +11,10 @@ branch = "redox" ...@@ -12,5 +11,10 @@ branch = "redox"
dependencies = [ dependencies = [
"openssl" "openssl"
] ]
template = "cargo" template = "custom"
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""
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