Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
e6ef22ca
Commit
e6ef22ca
authored
Apr 19, 2021
by
Nick Mathewson
🌻
Browse files
Merge branch 'maint-0.4.5' into release-0.4.5
parents
2fc077e6
cd75eac7
Pipeline
#5138
passed with stage
in 19 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
changes/ticket40369
0 → 100644
View file @
e6ef22ca
o Minor bugfixes (build, cross-compilation):
- Allow a custom "ar" for cross-compilation. Our previous build script
had used the $AR environment variable in most places, but it missed
one. Fixes bug 40369; bugfix on 0.4.5.1-alpha.
scripts/build/combine_libs
View file @
e6ef22ca
...
...
@@ -25,7 +25,7 @@ for input in "$@"; do
dir
=
"
$TMPDIR
"
/
$(
basename
"
$input
"
.a
)
mkdir
"
$dir
"
cd
"
$dir
"
>
/dev/null
ar
x
"
$abs
"
"
${
AR
:-
ar
}
"
x
"
$abs
"
done
cd
"
$TMPDIR
"
>
/dev/null
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment