Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
86c0a1a3
Commit
86c0a1a3
authored
7 years ago
by
Jeremy Soller
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #33 from ids1024/cargo
Correct prefix for openssl in cargo build
parents
4e5179df
76fc2f5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/cargo/recipe.sh
+2
-2
2 additions, 2 deletions
recipes/cargo/recipe.sh
with
2 additions
and
2 deletions
recipes/cargo/recipe.sh
+
2
−
2
View file @
86c0a1a3
...
@@ -13,9 +13,9 @@ function recipe_build {
...
@@ -13,9 +13,9 @@ function recipe_build {
mkdir
openssl-prefix
mkdir
openssl-prefix
pushd
openssl-redox
pushd
openssl-redox
./Configure no-shared no-dgram redox-x86_64
--prefix
=
"
$PWD
/../openssl-prefix
"
./Configure no-shared no-dgram redox-x86_64
--prefix
=
"
/
"
make
-j
"
$(
nproc
)
"
make
-j
"
$(
nproc
)
"
make
install
make
DESTDIR
=
"
$PWD
/../openssl-prefix"
install
popd
popd
export
OPENSSL_DIR
=
$PWD
/openssl-prefix
export
OPENSSL_DIR
=
$PWD
/openssl-prefix
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment