diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-04-19 11:29:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-04-19 11:29:46 -0400 |
commit | cd75eac743723fca44edb650af7616393b1054ed (patch) | |
tree | be7459ce1491ac474b8cc4b12567bf98720dc656 /changes/ticket40369 | |
parent | f47c6c3d1b38a7770da007f904925a50cf687906 (diff) | |
download | tor-cd75eac743723fca44edb650af7616393b1054ed.tar.gz tor-cd75eac743723fca44edb650af7616393b1054ed.zip |
Tweak changes/ticket40369 to be a bug.
Diffstat (limited to 'changes/ticket40369')
-rw-r--r-- | changes/ticket40369 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/changes/ticket40369 b/changes/ticket40369 index b08088c97b..abb59a7125 100644 --- a/changes/ticket40369 +++ b/changes/ticket40369 @@ -1,2 +1,4 @@ - o Minor feature (build, cross-compilation): - - Allow a custom ar for cross-compilation purposes. Closes ticket 40369. + 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. |